mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 09:36:43 -06:00
tweak noteFooterButton in MkNoteDetailed
This commit is contained in:
parent
cfa6d6ea90
commit
211bd4d2d8
1 changed files with 21 additions and 1 deletions
|
@ -881,7 +881,7 @@ onMounted(() => {
|
|||
|
||||
.noteFooterButton {
|
||||
margin: 0;
|
||||
padding: 6px;
|
||||
padding: 8px;
|
||||
opacity: 0.7;
|
||||
|
||||
&:not(:last-child) {
|
||||
|
@ -909,6 +909,26 @@ onMounted(() => {
|
|||
}
|
||||
}
|
||||
|
||||
@container (max-width: 400px) {
|
||||
.root {
|
||||
.noteFooterButton {
|
||||
&:not(:last-child) {
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@container (max-width: 350px) {
|
||||
.root {
|
||||
.noteFooterButton {
|
||||
&:not(:last-child) {
|
||||
margin-right: 0.1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.reply:not(:first-child) {
|
||||
border-top: solid 0.5px var(--MI_THEME-divider);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue