fix: Detailed view too

This commit is contained in:
Insert5StarName 2023-10-15 19:27:46 +02:00
parent a977d4316d
commit 25c7e55c54

View file

@ -951,7 +951,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
@container (max-width: 350px) { @container (max-width: 350px) {
.noteFooterButton { .noteFooterButton {
&:not(:last-child) { &:not(:last-child) {
margin-right: 18px; margin-right: 0.1em;
} }
} }
} }
@ -968,7 +968,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.noteFooterButton { .noteFooterButton {
&:not(:last-child) { &:not(:last-child) {
margin-right: 12px; margin-right: 0.1em;
} }
} }
} }