Skip to content

Commit 91e80b1

Browse files
committed
fix(live2d): move speech bubble above character head instead of behind
1 parent 08b86e4 commit 91e80b1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

vue/src/components/Live2dCharacter.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,10 @@ onMounted(async () => {
257257
}
258258
}
259259
</style>
260+
261+
<style>
262+
/* 看板娘气泡移到头顶上方 */
263+
.oml2d-tips {
264+
transform: translateY(-100%) translateY(-40px) !important;
265+
}
266+
</style>

0 commit comments

Comments
 (0)