mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
Fix misaligned dropdown categories
This commit is contained in:
parent
92e6446f0f
commit
44e8087e20
@ -159,7 +159,7 @@
|
|||||||
.badge-category {
|
.badge-category {
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 24px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-dropdown-menu .badge-category {
|
.category-dropdown-menu .badge-category {
|
||||||
|
@ -132,6 +132,7 @@ header .title-wrapper .bar .badge-category {
|
|||||||
|
|
||||||
.category-breadcrumb li.bar > .badge-category {
|
.category-breadcrumb li.bar > .badge-category {
|
||||||
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
|
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
|
||||||
|
line-height: 24px;
|
||||||
&:not(.home):first-child {
|
&:not(.home):first-child {
|
||||||
border-left-width: 5px;
|
border-left-width: 5px;
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user