modified: src/components/SettingsPanel.vue

This commit is contained in:
2026-04-05 14:14:21 +08:00
parent 68ed783d6c
commit 9293d48c1b
+3 -3
View File
@@ -311,16 +311,16 @@ const t = (key) => store.t[key]
.settings-panel {
position: fixed;
top: 0;
top: 10vh;
bottom: auto;
left: 0;
width: 350px;
max-height: 100vh;
max-height: 80vh;
background: var(--panel-bg);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-right: 1px solid var(--panel-border);
border-radius: 0 8px 8px 0;
border-radius: 0 12px 12px 0;
box-shadow: var(--panel-shadow);
z-index: 10000;
transform: translateX(-100%);