Skip to content

Commit 537f2f7

Browse files
committed
fix(live2d): shift bubble left to prevent right-edge overflow
1 parent b41e5b5 commit 537f2f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vue/src/components/Live2dCharacter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ function makeTipsStyle(dark) {
7878
? '0 4px 20px rgba(0,0,0,0.35)'
7979
: '0 4px 20px rgba(0,0,0,0.1)',
8080
marginTop: '-140px',
81+
marginRight: '50px',
8182
}
8283
}
8384

0 commit comments

Comments
 (0)