smaller reply avatars on mobile

This commit is contained in:
Freeplay 2023-02-23 20:46:48 -05:00
parent 041d3997cd
commit 5fe9ee27ef
1 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,10 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
&.max-width_450px {
padding: 14px 16px;
&.reply {
--avatarSize: 28px;
--indent: calc(var(--avatarSize) - 8px);
}
&.reply-to, &.reply-to-more {
padding-top: 14px !important;
padding-bottom: 0 !important;