mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 22:29:46 +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 {
|
.post-info {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
|
|
@ -12,6 +12,11 @@ h1 .topic-statuses .topic-status .d-icon {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-body {
|
.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;
|
padding: 0;
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
|
@ -2848,6 +2848,7 @@ en:
|
||||||
activity_metrics: Activity Metrics
|
activity_metrics: Activity Metrics
|
||||||
all_reports: "All reports"
|
all_reports: "All reports"
|
||||||
general_tab: "General"
|
general_tab: "General"
|
||||||
|
reports_tab: "Reports"
|
||||||
moderation_tab: "Moderation"
|
moderation_tab: "Moderation"
|
||||||
disabled: Disabled
|
disabled: Disabled
|
||||||
timeout_error: Sorry, query is taking too long, please pick a shorter interval
|
timeout_error: Sorry, query is taking too long, please pick a shorter interval
|
||||||
|
|
Loading…
Reference in New Issue
Block a user