the size of icon in the title bar follows the font size setting

This commit is contained in:
MaysWind
2025-05-09 23:54:49 +08:00
parent 09a6ea46b2
commit 55fa9ca686
10 changed files with 13 additions and 2 deletions
+4
View File
@@ -124,6 +124,10 @@ i.icon.la, i.icon.las, i.icon.lab {
--ebk-pin-code-input-height: 46px;
}
.page-title-bar-icon {
font-size: var(--ebk-page-title-bar-icon-font-size);
}
.ebk-small-amount {
--f7-list-item-title-font-size: var(--ebk-amount-small-font-size) !important;
}