update style

This commit is contained in:
MaysWind
2025-12-01 21:48:28 +08:00
parent ad132d5637
commit cd2cce4268
2 changed files with 38 additions and 20 deletions
+18
View File
@@ -126,10 +126,20 @@ i.icon.la, i.icon.las, i.icon.lab {
font-size: var(--ebk-searchbar-disable-button-font-size);
}
.ios .toolbar .link {
padding: 0 6px;
}
.chip.chip-placeholder {
border: 0;
}
.ios .popover-inner {
> :not(.list) {
display: none;
}
}
.actions-button.disabled {
--f7-actions-bg-color: rgba(208, 208, 208, 0.95);
opacity: inherit !important;
@@ -258,6 +268,14 @@ i.icon.la, i.icon.las, i.icon.lab {
.login-page-fixed-bottom {
height: calc(80px + var(--f7-safe-area-bottom));
background-color: inherit !important;
&::before {
display: none !important;
}
&::after {
display: none !important;
}
}
.login-page-fixed-bottom > .toolbar-inner {