1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 12:39:26 -05:00

tweak MkNoteDetailed

This commit is contained in:
fly_mc 2024-10-18 00:50:32 +08:00
parent 5031e2b913
commit cd4be7870e

View file

@ -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;
}
}
}