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:
Alexandra Ciobica 2019-04-13 16:40:53 +02:00 committed by Tim Abbott
parent a44de17f9b
commit 4eeb33275e
1 changed files with 2 additions and 1 deletions

View File

@ -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;
} }