portico: Fix alignment of sidebar zulip logo with label.

This vertically aligns the text "Zulip" with Zulip's logo
in the Portico sidenav.  Fixes #12140.
This commit is contained in:
Nikhil-Vats 2019-04-16 19:44:17 +05:30 committed by Tim Abbott
parent 7a1c3f3afb
commit fba3f49a9a
1 changed files with 1 additions and 0 deletions

View File

@ -3871,6 +3871,7 @@ nav ul li.active::after {
height: 40px;
font-size: 1.5rem;
line-height: 30px;
text-align: right;
color: hsl(0, 0%, 27%);