mirror of https://github.com/zulip/zulip.git
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:
parent
7821acde6b
commit
271c3c1101
|
@ -3139,7 +3139,7 @@ nav ul li.active::after {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul:before {
|
.portico-header .content > ul:before {
|
||||||
content: "Zulip";
|
content: "Zulip";
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -3158,6 +3158,13 @@ nav ul li.active::after {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portico-header .dropdown ul {
|
||||||
|
width: 100%;
|
||||||
|
height: 85px;
|
||||||
|
margin: 42px 0 0 0;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
nav ul {
|
nav ul {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Reference in New Issue