This commit is contained in:
Magnus Åhall 2025-07-05 07:50:59 +02:00
parent a6bb845c9d
commit cfd5bfd719
9 changed files with 213 additions and 111 deletions

View file

@ -99,7 +99,7 @@ body {
& > div.ops {
display: grid;
grid-template-columns: min-content 1fr min-content;
grid-template-columns: min-content 1fr min-content min-content;
align-items: center;
grid-gap: 8px;
@ -153,6 +153,7 @@ body {
display: grid;
grid-template-columns: min-content min-content 100%;
white-space: nowrap;
user-select: none;
img {
height: 24px;
@ -160,11 +161,7 @@ body {
&.selected {
& > .name {
color: #a02c2c;
}
& > .type-icon {
filter: invert(.7) sepia(.5) hue-rotate(0deg) saturate(750%) brightness(0.85) !important;
font-weight: bold;
}
}