mirror of https://github.com/zulip/zulip.git
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:
parent
df508659db
commit
0d51e2d1f9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue