mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
left_sidebar: Include right-hand padding on topic, nav labels.
This commit is contained in:
@@ -644,6 +644,7 @@ li.top_left_scheduled_messages {
|
|||||||
|
|
||||||
.left-sidebar-navigation-label {
|
.left-sidebar-navigation-label {
|
||||||
grid-area: row-content;
|
grid-area: row-content;
|
||||||
|
padding-right: $before_unread_count_padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unread_count {
|
.unread_count {
|
||||||
@@ -832,7 +833,7 @@ li.top_left_scheduled_messages {
|
|||||||
|
|
||||||
.topic-name {
|
.topic-name {
|
||||||
grid-area: row-content;
|
grid-area: row-content;
|
||||||
padding: 1px 0;
|
padding: 1px $before_unread_count_padding 1px 0;
|
||||||
|
|
||||||
/* TODO: We should figure out how to remove this without changing the spacing */
|
/* TODO: We should figure out how to remove this without changing the spacing */
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user