mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
remove extra space in front of mobile topic title
This commit is contained in:
parent
8e751541df
commit
f96e6e2376
1 changed files with 3 additions and 4 deletions
|
@ -87,18 +87,17 @@ blockquote {
|
|||
|
||||
.topic-statuses {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
.topic-status {
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
i {
|
||||
font-size: 20px;
|
||||
color: darken($secondary, 60%);
|
||||
}
|
||||
}
|
||||
}
|
||||
.topic-statuses:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Styles used before the user is logged into discourse. For example, activating their
|
||||
// account or changing their email.
|
||||
|
|
Loading…
Reference in a new issue