Skip to content

Commit 04b495b

Browse files
committed
style: adjust position of settings panel
1 parent 21a66cc commit 04b495b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/SettingsPanel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ onUnmounted(() => {
4343
<style scoped>
4444
.sp-settings {
4545
position: fixed;
46-
bottom: 32px;
47-
left: 32px;
46+
bottom: 88px;
47+
right: 32px;
4848
z-index: 9998;
4949
}
5050
@@ -75,7 +75,7 @@ onUnmounted(() => {
7575
.sp-panel {
7676
position: absolute;
7777
bottom: 56px;
78-
left: 0;
78+
right: 0;
7979
width: 280px;
8080
max-height: calc(100vh - 140px);
8181
overflow-y: auto;

0 commit comments

Comments
 (0)