From 0d51e2d1f9fc5b80f78e3ba12d94943ea2444ca6 Mon Sep 17 00:00:00 2001 From: Lalit Date: Fri, 28 Apr 2023 14:26:57 +0530 Subject: [PATCH] left_sidebar: Add same styles to schedule messages row as all other rows. This fixes the bug where the schedule message whole row was not clickable and had some padding issues. By adding same styles as all other rows in left sidebar we eliminate those bugs. --- web/styles/left_sidebar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 7b26c50068..172966d926 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -443,7 +443,8 @@ li.top_left_all_messages, li.top_left_mentions, li.top_left_starred_messages, li.top_left_drafts, -li.top_left_recent_topics { +li.top_left_recent_topics, +li.top_left_scheduled_messages { position: relative; padding-top: 1px; padding-bottom: 1px;