dropdown_lists: Tweak alignment for multline text, buttons.

This commit is contained in:
Karl Stolley
2025-08-12 15:00:45 -04:00
committed by Tim Abbott
parent f95572e1e6
commit 1fcf9acd33

View File

@@ -2245,6 +2245,16 @@ body:not(.spectator-view) {
"item-text . " minmax(0, auto) / minmax(0, 1fr)
minmax(0, auto);
align-items: center;
&:has(.dropdown-list-buttons) {
grid-template-rows: 1.75em minmax(0, auto);
align-items: start;
.dropdown-list-text-neutral {
padding-top: 0.2em;
align-self: start;
}
}
}
.dropdown-list-text-neutral {