(css,html) Improve display of mailboxes list

(cont'd)
This commit is contained in:
Francis Lachapelle
2016-11-10 09:42:28 -05:00
parent 8be2b0d254
commit a78621add4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
ng-click="app.selectFolder($event, account, folder)"
ng-dblclick="app.editFolder(folder)"
ng-show="app.editMode != folder.path">
{{app.metadataForFolder(folder).name}} -- {{folder.type}}
{{app.metadataForFolder(folder).name}}
<span class="sg-counter-badge ng-hide" ng-show="folder.unseenCount">{{folder.unseenCount}}</span>
</p>
<md-input-container class="md-flex ng-hide"
@@ -26,7 +26,7 @@ md-sidenav {
}
// Mailboxes tree
$i: 1;
$i: 0;
@while $i < 12 {
.sg-child-level-#{$i} {
max-height: 24px;