mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
smaller reply avatars on mobile
This commit is contained in:
parent
0b73ebfd74
commit
73478b4226
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue