mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-30 06:41:42 -05:00
UI updates
This commit is contained in:
12
styles.css
12
styles.css
@@ -92,7 +92,7 @@ a:hover {
|
||||
font: 1rem belerenbsc;
|
||||
margin-top: 0.1rem;
|
||||
display: grid;
|
||||
grid-template-columns: 2rem auto 2rem;
|
||||
grid-template-columns: 2rem 4rem auto 2rem;
|
||||
align-items: center;
|
||||
background: var(--interactable-color);
|
||||
color: var(--input-font-color);
|
||||
@@ -103,6 +103,11 @@ a:hover {
|
||||
padding: 0.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
.cardMasterElement > div > img {
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
object-fit: contain;
|
||||
}
|
||||
.cardMasterElementMoving {
|
||||
background: var(--interactable-selected-color);
|
||||
}
|
||||
@@ -150,8 +155,9 @@ img {
|
||||
width: 100%;
|
||||
}
|
||||
#framePicker img {
|
||||
max-width: 3rem;
|
||||
max-height: 3rem;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
object-fit: contain;
|
||||
}
|
||||
#maskPicker img {
|
||||
max-width: 1.5rem;
|
||||
|
Reference in New Issue
Block a user