fix(web): hide mobile backdrop on desktop

This commit is contained in:
2026-07-21 13:35:35 +08:00
parent 02d4b4c54e
commit 81c63c7ffd
2 changed files with 25 additions and 0 deletions

View File

@@ -235,6 +235,10 @@
display: none;
}
.nav-backdrop {
display: none;
}
.dock-icon {
position: relative;
display: inline-block;
@@ -2121,6 +2125,7 @@
}
.nav-backdrop {
display: block;
position: fixed;
inset: 58px 0 32px;
z-index: 19;