fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)

This commit is contained in:
Yuuki 2024-09-16 21:40:04 +09:00 committed by GitHub
parent 970ad7c81e
commit 00fd684a7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 3 deletions

View file

@ -36,6 +36,7 @@ const emit = defineEmits<{
.icon {
display: block;
width: 60px;
max-height: 60px;
font-size: 60px; // unicodewidth
margin: 0 auto;
object-fit: contain;