mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-20 03:09:22 -05: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 {
|
.noteFooterButton {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 6px;
|
padding: 8px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&: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) {
|
.reply:not(:first-child) {
|
||||||
border-top: solid 0.5px var(--MI_THEME-divider);
|
border-top: solid 0.5px var(--MI_THEME-divider);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue