mirror of https://github.com/zulip/zulip.git
css: Align left sidebar global-filters icons with text.
Removed the top pixel from all messages and added top: -1px to private messages to align the envelope properly.
This commit is contained in:
parent
a44de17f9b
commit
4eeb33275e
|
@ -192,11 +192,12 @@ li.top_left_starred_messages {
|
||||||
|
|
||||||
.top_left_all_messages i.fa-home {
|
.top_left_all_messages i.fa-home {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_left_private_messages i.fa-envelope {
|
.top_left_private_messages i.fa-envelope {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue