mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 15:16:44 -06:00
tweak MkNoteDeatiled footerButton
This commit is contained in:
parent
ad2c3ddfa3
commit
eb00d0682a
1 changed files with 20 additions and 12 deletions
|
@ -977,6 +977,16 @@ onMounted(() => {
|
||||||
border-color: var(--MI_THEME-accent);
|
border-color: var(--MI_THEME-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footerButton {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
margin-top: 0.4em;
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
@container (max-width: 500px) {
|
@container (max-width: 500px) {
|
||||||
.root {
|
.root {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
@ -998,10 +1008,18 @@ onMounted(() => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@container (max-width: 400px) {
|
||||||
|
.footerButton {
|
||||||
|
&:not(:last-child) {
|
||||||
|
margin-right: 0.2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@container (max-width: 350px) {
|
@container (max-width: 350px) {
|
||||||
.footerButton {
|
.footerButton {
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-right: 18px;
|
margin-right: 0.1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1018,7 +1036,7 @@ onMounted(() => {
|
||||||
|
|
||||||
.footerButton {
|
.footerButton {
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-right: 12px;
|
margin-right: 0.1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1028,14 +1046,4 @@ onMounted(() => {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
margin-top: 0.4em;
|
|
||||||
max-width: 400px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue