mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
portico: Remove extra margin on help page.
Likely an effect of recent error pages refactoring. Tested /help and /api page on desktop and mobile width.
This commit is contained in:
@@ -120,7 +120,6 @@ html {
|
|||||||
.help {
|
.help {
|
||||||
.app-main {
|
.app-main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 59px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Markdown processor generates lots of spurious <p></p> */
|
/* Markdown processor generates lots of spurious <p></p> */
|
||||||
@@ -1230,10 +1229,6 @@ input.new-organization-button {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.help .app-main {
|
|
||||||
margin-top: 39px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.help .markdown {
|
.help .markdown {
|
||||||
height: calc(100vh - 39px);
|
height: calc(100vh - 39px);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user