smaller reply avatars on mobile
This commit is contained in:
parent
041d3997cd
commit
5fe9ee27ef
|
@ -240,6 +240,10 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
|
||||||
|
|
||||||
&.max-width_450px {
|
&.max-width_450px {
|
||||||
padding: 14px 16px;
|
padding: 14px 16px;
|
||||||
|
&.reply {
|
||||||
|
--avatarSize: 28px;
|
||||||
|
--indent: calc(var(--avatarSize) - 8px);
|
||||||
|
}
|
||||||
&.reply-to, &.reply-to-more {
|
&.reply-to, &.reply-to-more {
|
||||||
padding-top: 14px !important;
|
padding-top: 14px !important;
|
||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
|
|
Loading…
Reference in New Issue