feat: 手机端底部导航栏新增背景模糊效果

This commit is contained in:
JSR
2026-03-28 09:36:16 +08:00
parent 9c35a57481
commit e259ab7350
+2
View File
@@ -415,6 +415,8 @@ function MainContent(): React.JSX.Element {
right: 0, right: 0,
bottom: 0, bottom: 0,
background: "var(--ss-header-bg)", background: "var(--ss-header-bg)",
backdropFilter: "blur(14px)",
WebkitBackdropFilter: "blur(14px)",
borderTop: "1px solid var(--ss-border-color)", borderTop: "1px solid var(--ss-border-color)",
zIndex: 1400, zIndex: 1400,
paddingBottom: "env(safe-area-inset-bottom, 0px)", paddingBottom: "env(safe-area-inset-bottom, 0px)",