css: Reorder `nav .content` and `nav ul`.

This commit is contained in:
SiddharthVarshney 2020-05-27 01:43:35 +05:30 committed by Tim Abbott
parent 3435396479
commit ff75ea838f
1 changed files with 27 additions and 27 deletions

View File

@ -3394,33 +3394,6 @@ nav li {
float: right;
}
.portico-header .content > ul::before {
content: "Zulip";
display: block;
margin-top: 20px;
padding-top: 5px;
margin-left: 10px;
width: 100px;
height: 40px;
font-size: 1.5rem;
line-height: 30px;
text-align: right;
color: hsl(0, 0%, 27%);
background-size: 40px auto;
background-image: url(/static/images/zulip-logo.svg);
background-repeat: no-repeat;
}
.portico-header .dropdown ul {
width: 100%;
height: auto;
margin: 42px 0 0 0;
font-size: 0.8em;
}
nav .content {
> ul.show {
outline-color: hsla(203, 43%, 22%, 0.7);
@ -3483,6 +3456,33 @@ nav li {
}
}
.portico-header .content > ul::before {
content: "Zulip";
display: block;
margin-top: 20px;
padding-top: 5px;
margin-left: 10px;
width: 100px;
height: 40px;
font-size: 1.5rem;
line-height: 30px;
text-align: right;
color: hsl(0, 0%, 27%);
background-size: 40px auto;
background-image: url(/static/images/zulip-logo.svg);
background-repeat: no-repeat;
}
.portico-header .dropdown ul {
width: 100%;
height: auto;
margin: 42px 0 0 0;
font-size: 0.8em;
}
nav ul li,
nav ul li a,
.portico-header .dropdown-pill .realm-name {