mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
left_sidebar: Vertically align all vdots.
This commit is contained in:
parent
528f494d41
commit
21908b7a9e
@ -653,7 +653,10 @@ li.top_left_scheduled_messages {
|
||||
|
||||
.filter-icon {
|
||||
grid-area: starting-anchor-element;
|
||||
text-align: center;
|
||||
/* Use a flex container to handle
|
||||
icon centering within the grid area. */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.left-sidebar-navigation-label {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user