left_sidebar: Vertically align all vdots.

This commit is contained in:
Karl Stolley 2023-10-24 12:56:21 -04:00 committed by Tim Abbott
parent 528f494d41
commit 21908b7a9e

View File

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