mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-25 12:39:26 -05:00
tweak MkNoteDetailed
This commit is contained in:
parent
5031e2b913
commit
cd4be7870e
1 changed files with 2 additions and 2 deletions
|
@ -913,7 +913,7 @@ onMounted(() => {
|
|||
.root {
|
||||
.noteFooterButton {
|
||||
&:not(:last-child) {
|
||||
margin-right: 0.2em;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -923,7 +923,7 @@ onMounted(() => {
|
|||
.root {
|
||||
.noteFooterButton {
|
||||
&:not(:last-child) {
|
||||
margin-right: 0.1em;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue