mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
UX: Formatting on search categories looked weird
This commit is contained in:
parent
7cc96bdac5
commit
614ad4daa7
1 changed files with 15 additions and 11 deletions
|
@ -315,19 +315,23 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-link .topic-statuses {
|
.search-link {
|
||||||
float: none;
|
.badge-category-parent {
|
||||||
display: inline-block;
|
line-height: 0.8em;
|
||||||
color: scale-color($primary, $lightness: 50%);
|
}
|
||||||
margin: 0;
|
.topic-title {
|
||||||
.fa {
|
margin-right: 6px;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.search-link .badge-category {
|
.topic-statuses {
|
||||||
padding: 4px 6px;
|
float: none;
|
||||||
margin-left: 6px;
|
display: inline-block;
|
||||||
|
color: scale-color($primary, $lightness: 50%);
|
||||||
|
margin: 0;
|
||||||
|
.fa {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-strong {
|
.highlight-strong {
|
||||||
|
|
Loading…
Reference in a new issue