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

@ -49,22 +49,28 @@ body {
&.content-font-size {
&__large {
--content-font-size: 18px;
--content-emoji-size: 24px;
--content-line-height: 27px;
--detail-content-font-size: 25px;
--detail-content-emoji-size: 32px;
--detail-content-line-height: 32px;
}
&__x_large {
--content-font-size: 22px;
--content-emoji-size: 32px;
--content-line-height: 30px;
--detail-content-font-size: 30px;
--detail-content-emoji-size: 42px;
--detail-content-line-height: 39px;
}
&__xx_large {
--content-font-size: 30px;
--content-emoji-size: 42px;
--content-line-height: 44px;
--detail-content-font-size: 40px;
--detail-content-emoji-size: 56px;
--detail-content-line-height: 52px;
}
}