fix deck view margins

This commit is contained in:
Freeplay 2023-03-15 22:29:48 -04:00
parent f79ac3d361
commit bca45c5868
1 changed files with 7 additions and 5 deletions

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>