From 21908b7a9e1e643f92cb2bb1937d3237ea9b61eb Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 24 Oct 2023 12:56:21 -0400 Subject: [PATCH] left_sidebar: Vertically align all vdots. --- web/styles/left_sidebar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 067c666539..efedf25bb6 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -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 {