style: reduce compact-fab size and standardize padding across filter menus

This commit is contained in:
jxxghp
2026-04-19 13:35:25 +08:00
parent 20bdb940cd
commit 5cc9bf7418
4 changed files with 21 additions and 20 deletions

View File

@@ -289,11 +289,11 @@ html.v-overlay-scroll-blocked body {
}
.compact-fab--primary .v-btn {
block-size: 3.5rem !important;
block-size: 3rem !important;
box-shadow:
0 20px 40px rgb(15 23 42 / 20%),
0 8px 18px rgb(15 23 42 / 12%);
inline-size: 3.5rem !important;
inline-size: 3rem !important;
}
.compact-fab--secondary .v-btn {
@@ -302,7 +302,7 @@ html.v-overlay-scroll-blocked body {
}
.compact-fab--primary .v-icon {
font-size: 1.75rem !important;
font-size: 1.5rem !important;
}
.compact-fab--secondary .v-icon {