portico: Fix portico dropdown bug.

This fixes a responsiveness bug where the portico dropdown was not
showing up properly in a mobile view.
This commit is contained in:
akashnimare 2017-11-23 17:48:07 +05:30 committed by Tim Abbott
parent 7821acde6b
commit 271c3c1101
1 changed files with 8 additions and 1 deletions

View File

@ -3139,7 +3139,7 @@ nav ul li.active::after {
float: right;
}
nav ul:before {
.portico-header .content > ul:before {
content: "Zulip";
display: block;
margin-top: 20px;
@ -3158,6 +3158,13 @@ nav ul li.active::after {
background-repeat: no-repeat;
}
.portico-header .dropdown ul {
width: 100%;
height: 85px;
margin: 42px 0 0 0;
font-size: 0.8em;
}
nav ul {
position: fixed;
float: none;