mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
UX: Fix mobile padding-top on mobile, follow up to da5841d (#10982)
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -138,6 +138,11 @@ blockquote {
|
||||
}
|
||||
|
||||
// Special elements
|
||||
|
||||
#main-outlet {
|
||||
padding-top: 0.25em;
|
||||
}
|
||||
|
||||
#main {
|
||||
position: relative;
|
||||
}
|
||||
|
Reference in New Issue
Block a user