Add: #769 投稿のフォントサイズ調整機能 (#810)

This commit is contained in:
KMY(雪あすか) 2024-08-21 12:23:30 +09:00 committed by GitHub
parent 912072d2e5
commit 997d744cea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 59 additions and 4 deletions

View file

@ -46,6 +46,29 @@ body {
sans-serif;
}
&.content-font-size {
&__large {
--content-font-size: 18px;
--content-line-height: 27px;
--detail-content-font-size: 25px;
--detail-content-line-height: 32px;
}
&__x_large {
--content-font-size: 22px;
--content-line-height: 30px;
--detail-content-font-size: 30px;
--detail-content-line-height: 39px;
}
&__xx_large {
--content-font-size: 30px;
--content-line-height: 44px;
--detail-content-font-size: 40px;
--detail-content-line-height: 52px;
}
}
&.app-body {
padding: 0;