mirror of https://github.com/zulip/zulip.git
css: Reorder `nav .content` and `nav ul`.
This commit is contained in:
parent
3435396479
commit
ff75ea838f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue