support collapsing list in account/category filter page

This commit is contained in:
MaysWind
2021-02-06 21:09:20 +08:00
parent ca221a5902
commit d7518147b4
4 changed files with 152 additions and 85 deletions
+6
View File
@@ -194,6 +194,12 @@ i.icon.la, i.icon.las, i.icon.lab {
opacity: 0.6;
}
.card-chevron-icon {
color: var(--f7-list-chevron-icon-color);
font-size: var(--f7-list-chevron-icon-font-size);
font-weight: bolder;
}
.nested-list-item .item-title {
width: 100%;
}