Skip to content

Commit 3f7e090

Browse files
authored
fix: change message toggle position (vuejs#120)
1 parent 153f9d4 commit 3f7e090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/MessageToggle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const visible = defineModel<boolean>()
1515
.wrapper {
1616
position: absolute;
1717
bottom: 8px;
18-
right: 12px;
18+
right: 15px;
1919
z-index: 11;
2020
display: flex;
2121
align-items: center;

0 commit comments

Comments
 (0)