UI updates

This commit is contained in:
Kyle
2020-04-19 10:58:49 -07:00
parent 6c3c28be29
commit 2b3eb8dc64
34 changed files with 833 additions and 15 deletions

View File

@@ -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;