mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 02:36:15 +08:00
Extra margin isn't needed on mobile
This commit is contained in:
parent
71aaed272c
commit
a113777003
|
@ -509,12 +509,6 @@ aside.quote {
|
|||
}
|
||||
}
|
||||
|
||||
// this ensures consistent top margin on topic posts even if the first line of a post
|
||||
// is a top-margin-less element like a list or image.
|
||||
.topic-body .regular {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.post-info {
|
||||
flex: 0 0 auto;
|
||||
margin-right: 0.5em;
|
||||
|
|
|
@ -12,6 +12,11 @@ h1 .topic-statuses .topic-status .d-icon {
|
|||
}
|
||||
|
||||
.topic-body {
|
||||
// this ensures consistent top margin on topic posts even if the first line of a post
|
||||
// is a top-margin-less element like a list or image.
|
||||
.regular {
|
||||
margin-top: 15px;
|
||||
}
|
||||
padding: 0;
|
||||
&:first-of-type {
|
||||
border-top: none;
|
||||
|
|
|
@ -2848,6 +2848,7 @@ en:
|
|||
activity_metrics: Activity Metrics
|
||||
all_reports: "All reports"
|
||||
general_tab: "General"
|
||||
reports_tab: "Reports"
|
||||
moderation_tab: "Moderation"
|
||||
disabled: Disabled
|
||||
timeout_error: Sorry, query is taking too long, please pick a shorter interval
|
||||
|
|
Loading…
Reference in New Issue
Block a user