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