We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a66cc commit 04b495bCopy full SHA for 04b495b
1 file changed
src/components/SettingsPanel.vue
@@ -43,8 +43,8 @@ onUnmounted(() => {
43
<style scoped>
44
.sp-settings {
45
position: fixed;
46
- bottom: 32px;
47
- left: 32px;
+ bottom: 88px;
+ right: 32px;
48
z-index: 9998;
49
}
50
@@ -75,7 +75,7 @@ onUnmounted(() => {
75
.sp-panel {
76
position: absolute;
77
bottom: 56px;
78
- left: 0;
+ right: 0;
79
width: 280px;
80
max-height: calc(100vh - 140px);
81
overflow-y: auto;
0 commit comments