mirror of https://github.com/zulip/zulip.git
css: Reorder `app.help .hamburger` in portico.scss.
This commit is contained in:
parent
ca8c6d023b
commit
d25b71b405
|
@ -134,6 +134,10 @@ html {
|
|||
color: hsl(0, 0%, 27%);
|
||||
}
|
||||
|
||||
.app.help .hamburger {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Markdown processor generates lots of spurious <p></p> */
|
||||
.help p:empty {
|
||||
margin: 0px;
|
||||
|
@ -257,10 +261,6 @@ html {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
.app.help .hamburger {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.help-center ol,
|
||||
.portico-landing.integrations ol {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in New Issue