mirror of
https://github.com/flarum/core.git
synced 2025-07-17 06:41:21 +02:00
Fix scrubber count being styled incorrectly
This commit is contained in:
@@ -16,17 +16,17 @@
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
& .divider {
|
||||
margin: 10px 0;
|
||||
background-color: @fl-body-control-bg;
|
||||
}
|
||||
& .count {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
& .divider {
|
||||
margin: 10px 0;
|
||||
background-color: @fl-body-control-bg;
|
||||
}
|
||||
}
|
||||
.dropdown-split.item-count-1 {
|
||||
& .btn {
|
||||
border-radius: @border-radius-base !important;
|
||||
|
Reference in New Issue
Block a user