css: Use default font for left sidebar private messages.

Previously, this used a slightly smaller font size than the default.
Given that it looks visually fine to use the default font size, it's
better to remove this inconsistency.

It's also worth noting that we plan to move this component to be
parallel to STREAMS in a way that is likely to also want the new font
size, so this is a step towards that goal.
This commit is contained in:
Tim Abbott 2021-06-11 15:40:51 -07:00
parent f5369db8f1
commit 147e243113
1 changed files with 4 additions and 3 deletions

View File

@ -172,7 +172,7 @@ li.show-more-topics {
}
#private-container {
max-height: 200px;
max-height: 210px;
/* Match the opacity for global-filters icons. */
span.fa-group {
@ -430,11 +430,12 @@ ul.topic-list {
ul.expanded_private_messages {
list-style-type: none;
font-size: 13px;
span.fa-group {
font-size: 90%;
}
font-weight: 400;
margin-left: 0;
padding-bottom: 2px;
margin-top: 3px;
}
li.topic-list-item {