mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
display site count for folders in optimized view as well
This commit is contained in:
@@ -214,6 +214,10 @@
|
||||
label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
span {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.list-section-items {
|
||||
@@ -334,10 +338,16 @@
|
||||
|
||||
.fa-chevron-right {
|
||||
float: right;
|
||||
margin-top: 3px;
|
||||
margin-top: 4px;
|
||||
color: @list-icon-color;
|
||||
}
|
||||
|
||||
.item-sub-label {
|
||||
float: right;
|
||||
margin-right: 15px;
|
||||
color: @gray-light;
|
||||
}
|
||||
|
||||
&.condensed {
|
||||
padding: 3px 10px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user