Skip to content

Commit

Permalink
fix: change message toggle position (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Jun 28, 2023
1 parent 153f9d4 commit 3f7e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/MessageToggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const visible = defineModel<boolean>()
.wrapper {
position: absolute;
bottom: 8px;
right: 12px;
right: 15px;
z-index: 11;
display: flex;
align-items: center;
Expand Down

0 comments on commit 3f7e090

Please sign in to comment.