left_sidebar: Resize navigational subheaders with UI.

This commit is contained in:
Karl Stolley 2024-06-28 10:13:05 -04:00 committed by Tim Abbott
parent 2165fe7e3c
commit 652db1b8b1
1 changed files with 6 additions and 3 deletions

View File

@ -39,7 +39,8 @@
li.show-more-topics {
& a {
font-size: 12px;
/* 12px at 14px/1em */
font-size: 0.8571em;
}
}
@ -279,7 +280,8 @@ li.show-more-topics {
align-items: baseline;
& a {
font-size: 12px;
/* 12px at 14px/1em */
font-size: 0.8571em;
}
.unread_count {
@ -1370,7 +1372,8 @@ li.topic-list-item {
display: block;
text-decoration: none;
color: inherit;
font-size: 12px;
/* 12px at 14px/1em */
font-size: 0.8571em;
& span {
display: block;