mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:53:09 +02:00
fix: Detailed view too
This commit is contained in:
parent
a977d4316d
commit
25c7e55c54
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue