modified: src/components/SettingsPanel.vue
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user