modified: src/components/SettingsPanel.vue
This commit is contained in:
@@ -311,16 +311,16 @@ const t = (key) => store.t[key]
|
|||||||
|
|
||||||
.settings-panel {
|
.settings-panel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 10vh;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
max-height: 100vh;
|
max-height: 80vh;
|
||||||
background: var(--panel-bg);
|
background: var(--panel-bg);
|
||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
-webkit-backdrop-filter: blur(20px);
|
-webkit-backdrop-filter: blur(20px);
|
||||||
border-right: 1px solid var(--panel-border);
|
border-right: 1px solid var(--panel-border);
|
||||||
border-radius: 0 8px 8px 0;
|
border-radius: 0 12px 12px 0;
|
||||||
box-shadow: var(--panel-shadow);
|
box-shadow: var(--panel-shadow);
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
|
|||||||
Reference in New Issue
Block a user