mirror of
https://github.com/discourse/discourse.git
synced 2025-04-30 04:24:35 +08:00
UX: Formatting on search categories looked weird
This commit is contained in:
parent
7cc96bdac5
commit
614ad4daa7
@ -315,7 +315,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-link .topic-statuses {
|
.search-link {
|
||||||
|
.badge-category-parent {
|
||||||
|
line-height: 0.8em;
|
||||||
|
}
|
||||||
|
.topic-title {
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topic-statuses {
|
||||||
float: none;
|
float: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
@ -323,11 +331,7 @@
|
|||||||
.fa {
|
.fa {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-link .badge-category {
|
|
||||||
padding: 4px 6px;
|
|
||||||
margin-left: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-strong {
|
.highlight-strong {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user