mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
back to the smaller avatars
This commit is contained in:
parent
145b15ad04
commit
4406671edf
@ -128,8 +128,14 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
|
||||
}
|
||||
}
|
||||
|
||||
&.reply :deep(.footer) {
|
||||
font-size: .9em;
|
||||
&.reply {
|
||||
--avatarSize: 38px;
|
||||
.avatar-container {
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
:deep(.footer) {
|
||||
font-size: .9em;
|
||||
}
|
||||
}
|
||||
> .reply, > .more {
|
||||
margin-top: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user