mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
fix deck view margins
This commit is contained in:
parent
6c147fe618
commit
95d67c9ab6
1 changed files with 7 additions and 5 deletions
|
@ -202,11 +202,13 @@ definePageMetadata(computed(() => note ? {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#calckey_app > :not(.mk-deck) {
|
||||||
&.max-width_500px > .note {
|
&.max-width_500px > .note {
|
||||||
margin-inline: -24px;
|
margin-inline: -24px;
|
||||||
}
|
}
|
||||||
&.max-width_350px > .note {
|
&.max-width_350px > .note {
|
||||||
margin-inline: -12px;
|
margin-inline: -12px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue