left_sidebar: Include right-hand padding on topic, nav labels.

This commit is contained in:
Karl Stolley
2023-10-25 11:31:07 -04:00
committed by Tim Abbott
parent af653572a1
commit 3385d5862b

View File

@@ -644,6 +644,7 @@ li.top_left_scheduled_messages {
.left-sidebar-navigation-label {
grid-area: row-content;
padding-right: $before_unread_count_padding;
}
.unread_count {
@@ -832,7 +833,7 @@ li.top_left_scheduled_messages {
.topic-name {
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 */
line-height: 1.1;