mirror of https://github.com/zulip/zulip.git
left-sidebar: Style "More topics" to be more consistent.
The "More topics" link was not lined up with the topics due to a recent change anymore; we also increase the font size slightly. Fixes: #6090.
This commit is contained in:
parent
cb846b4fb3
commit
158bd23b59
|
@ -434,7 +434,8 @@ li.expanded_private_message a {
|
||||||
}
|
}
|
||||||
|
|
||||||
li.show-more-topics a {
|
li.show-more-topics a {
|
||||||
font-size: 75%;
|
margin-left: 5px;
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.show-more-private-messages a {
|
li.show-more-private-messages a {
|
||||||
|
|
Loading…
Reference in New Issue