mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
dropdown_lists: Tweak alignment for multline text, buttons.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user