Bugfixes and improvements for Folderlist

This commit is contained in:
djmaze 2021-08-24 18:23:17 +02:00
parent 327d6c32ca
commit ef4d604f6d
8 changed files with 47 additions and 46 deletions

View file

@ -16,7 +16,7 @@
transition: all 0.2s linear;
}
.b-folders .e-item .anim-action-class {
.b-folders li .anim-action-class {
animation: highlight-folder-row 0.5s linear;
}

View file

@ -145,6 +145,9 @@
a[data-unread] {
font-weight: bold;
padding-right: 2em;
overflow: hidden;
text-overflow: ellipsis;
}
ul.collapsed {
@ -161,7 +164,6 @@
background-color: @grayLight;
border-radius: 9px;
color: @white;
float: right;
font-size: 80%;
line-height: 19px;
margin-top: 5px;
@ -169,6 +171,8 @@
padding: 1px 4px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
position: absolute;
right: 0;
}
.inbox-star-icon {