mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
fix incorrect height for some toolbar buttons
This commit is contained in:
@@ -91,7 +91,6 @@ input[type=number] {
|
||||
:root {
|
||||
--f7-toolbar-inner-padding-left: 8px;
|
||||
--f7-toolbar-inner-padding-right: 8px;
|
||||
--f7-toolbar-height: 48px;
|
||||
--f7-fab-size: 44px;
|
||||
--f7-fab-extended-size: 44px;
|
||||
--f7-fab-bg-color: var(--f7-glass-bg-color);
|
||||
@@ -195,6 +194,10 @@ i.icon.la, i.icon.las, i.icon.lab {
|
||||
font-size: var(--ebk-page-title-bar-icon-font-size);
|
||||
}
|
||||
|
||||
.compact-tabbar {
|
||||
--f7-toolbar-height: 48px;
|
||||
}
|
||||
|
||||
.ebk-small-amount {
|
||||
--f7-list-item-title-font-size: var(--ebk-amount-small-font-size) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user