mirror of
https://github.com/discourse/discourse.git
synced 2025-06-17 14:42:35 +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 {
|
.alert.alert-info {
|
||||||
margin-bottom: 0.5em;
|
margin-top: 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
&.clickable {
|
&.clickable {
|
||||||
// there are (n) new or updated topics, click to show
|
// there are (n) new or updated topics, click to show
|
||||||
margin-bottom: 0;
|
margin-top: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -138,6 +138,11 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Special elements
|
// Special elements
|
||||||
|
|
||||||
|
#main-outlet {
|
||||||
|
padding-top: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user