Fix: #854 引用の表示スタイル (#860)

This commit is contained in:
KMY(雪あすか) 2024-10-02 08:09:10 +09:00 committed by GitHub
parent 007ed79b3b
commit 62bf9eed4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -2336,8 +2336,8 @@ a.account__display-name {
height: 46px;
&.status__avatar__compact {
width: 24px;
height: 24px;
width: 32px;
height: 32px;
}
}
@ -11626,4 +11626,8 @@ noscript {
&--compacted-status::after {
display: none;
}
&--compacted-status p {
margin-bottom: 22px;
}
}