mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
Merge pull request #3220 from NomNuggetNom/master
Fix misaligned dropdown categories
This commit is contained in:
commit
2617426eae
@ -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