Reduce HTML with improved fontastic

This commit is contained in:
the-djmaze 2022-01-28 10:19:21 +01:00
parent c09c71df75
commit 997f0da59f
16 changed files with 39 additions and 105 deletions

View file

@ -66,10 +66,6 @@
margin-left: 8px;
}
.button-close, .button-skip {
margin-left: 8px;
}
.disabled.button-delete {
margin-left: 0;
}

View file

@ -2,6 +2,10 @@
@folderItemPadding: 7px;
@subPadding: 15px;
.sortFolder [data-icon]::before {
width: 2.5em;
}
.b-folders {
> * {

View file

@ -47,13 +47,6 @@
margin-bottom: 0;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
opacity: 0;
}
.unsubscribed-folder, .unchecked-folder {
opacity: 0.4;
}