1
0
Fork 0
forked from gitea/nas

Fix: #824 文字サイズを調整しても絵文字のサイズが大きくならない (#828)

This commit is contained in:
KMY(雪あすか) 2024-08-29 08:00:20 +09:00 committed by GitHub
parent 665c632d66
commit a9e3039c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 4 deletions

View file

@ -117,7 +117,9 @@ $font-monospace: 'mastodon-font-monospace' !default;
--on-surface-color: #{transparentize($ui-base-color, 0.5)};
--avatar-border-radius: 8px;
--content-font-size: 15px;
--content-emoji-size: 20px;
--content-line-height: 22px;
--detail-content-font-size: 19px;
--detail-content-emoji-size: 24px;
--detail-content-line-height: 24px;
}