Skip to content

Commit

Permalink
left_sidebar: Align more-topics indicator on topic grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley authored and timabbott committed May 23, 2024
1 parent 50a7e3c commit 20d6dd1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions web/styles/left_sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 20d6dd1

Please sign in to comment.