left_sidebar: Align more-topics indicator on topic grid.

This commit is contained in:
Karl Stolley 2024-05-17 15:08:42 -05:00 committed by Tim Abbott
parent 50a7e3cf2c
commit 20d6dd110a
1 changed files with 9 additions and 7 deletions

View File

@ -768,7 +768,8 @@ li.top_left_scheduled_messages {
.left-sidebar-navigation-label-container,
.dm-box,
.subscription_block,
.topic-box {
.topic-box,
.searching-for-more-topics {
display: grid;
align-items: center;
/* This general pattern of elements applies to every single row in the left
@ -918,7 +919,8 @@ li.top_left_scheduled_messages {
}
}
.topic-box {
.topic-box,
.searching-for-more-topics {
/* Padding from original .topic-box definition. */
padding-top: 1px;
grid-template-columns:
@ -953,6 +955,11 @@ li.top_left_scheduled_messages {
text-overflow: ellipsis;
}
.searching-for-more-topics img {
height: 16px;
grid-area: row-content;
}
.sidebar-topic-check {
grid-area: starting-anchor-element;
font-size: 15px;
@ -1396,11 +1403,6 @@ li.topic-list-item {
margin-right: 30px;
}
.searching-for-more-topics img {
height: 16px;
margin-left: 6px;
}
.zoom-in {
.narrow-filter > .bottom_left_row {
position: sticky;