1
0
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:
Kyle Spearrin
2017-01-04 23:29:08 -05:00
parent 8a8e2bdf80
commit fef2d38101
4 changed files with 25 additions and 1 deletions

View File

@@ -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;