fix(frontend): 絵文字ピッカーで横に長いカスタム絵文字が見切れる問題を修正

This commit is contained in:
syuilo 2023-10-11 17:58:40 +09:00
parent a26d9ea132
commit 7132958948
2 changed files with 5 additions and 0 deletions

View file

@ -615,6 +615,8 @@ defineExpose({
height: 1.25em;
vertical-align: -.25em;
pointer-events: none;
width: 100%;
object-fit: contain;
}
}
}