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.
This commit is contained in:
Lalit 2023-04-28 14:26:57 +05:30 committed by Tim Abbott
parent df508659db
commit 0d51e2d1f9
1 changed files with 2 additions and 1 deletions

View File

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