fix deck view margins

This commit is contained in:
Freeplay 2023-03-15 22:29:48 -04:00
parent 6c147fe618
commit 95d67c9ab6

View file

@ -202,11 +202,13 @@ definePageMetadata(computed(() => note ? {
}
}
}
&.max-width_500px > .note {
margin-inline: -24px;
}
&.max-width_350px > .note {
margin-inline: -12px;
#calckey_app > :not(.mk-deck) {
&.max-width_500px > .note {
margin-inline: -24px;
}
&.max-width_350px > .note {
margin-inline: -12px;
}
}
}
</style>