1
0
Fork 0
forked from gitea/nas

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

@ -1003,8 +1003,8 @@ body > [data-popper-placement] {
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
font-size: 15px;
line-height: 22px;
font-size: var(--content-font-size);
line-height: var(--content-line-height);
padding-top: 2px;
color: $primary-text-color;
@ -1738,8 +1738,8 @@ body > [data-popper-placement] {
}
.status__content {
font-size: 19px;
line-height: 24px;
font-size: var(--detail-content-font-size);
line-height: var(--detail-content-line-height);
.emojione {
min-width: 24px;