mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:39:36 -06:00
remove extra space in front of mobile topic title
This commit is contained in:
parent
8e751541df
commit
f96e6e2376
@ -87,18 +87,17 @@ blockquote {
|
|||||||
|
|
||||||
.topic-statuses {
|
.topic-statuses {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
.topic-status {
|
.topic-status {
|
||||||
margin: 0;
|
|
||||||
display: inline-block;
|
|
||||||
i {
|
i {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: darken($secondary, 60%);
|
color: darken($secondary, 60%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.topic-statuses:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Styles used before the user is logged into discourse. For example, activating their
|
// Styles used before the user is logged into discourse. For example, activating their
|
||||||
// account or changing their email.
|
// account or changing their email.
|
||||||
|
Loading…
Reference in New Issue
Block a user