feat: enhance mobile layout with FAB visibility and responsive adjustments

This commit is contained in:
shuaiplus
2026-04-26 19:59:50 +08:00
parent 0cffbcd1f8
commit 2f7e66ee69
4 changed files with 34 additions and 24 deletions
+2 -2
View File
@@ -327,11 +327,11 @@
.mobile-fab-wrap {
@apply fixed right-3.5 z-[45];
bottom: calc(14px + var(--mobile-tabbar-height) + env(safe-area-inset-bottom));
bottom: calc(14px + var(--mobile-tabbar-height, 70px) + env(safe-area-inset-bottom));
}
.mobile-fab-trigger {
@apply h-14 w-9 gap-0 rounded-full p-0 text-[0];
@apply h-9 w-9 gap-0 rounded-full p-0 text-[0];
box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
transition: transform 180ms var(--ease-spring), box-shadow var(--dur-fast) var(--ease-out-soft);
}