UX: Fix mobile padding-top on mobile, follow up to da5841d (#10982)

This commit is contained in:
Kris 2020-10-21 02:52:35 -04:00 committed by GitHub
parent 3ae1f98dc8
commit 08104e058a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,9 @@
.alert.alert-info {
margin-bottom: 0.5em;
margin-top: 1em;
margin-bottom: 0;
&.clickable {
// there are (n) new or updated topics, click to show
margin-bottom: 0;
margin-top: 0;
padding: 1em;
}
}

View File

@ -138,6 +138,11 @@ blockquote {
}
// Special elements
#main-outlet {
padding-top: 0.25em;
}
#main {
position: relative;
}