mirror of https://github.com/zulip/zulip.git
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:
parent
7a1c3f3afb
commit
fba3f49a9a
|
@ -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%);
|
||||
|
||||
|
|
Loading…
Reference in New Issue