fix: Detailed view too

This commit is contained in:
Insert5StarName 2023-10-15 19:27:46 +02:00
parent a977d4316d
commit 25c7e55c54
1 changed files with 2 additions and 2 deletions

View File

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