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,6 +202,7 @@ definePageMetadata(computed(() => note ? {
}
}
}
#calckey_app > :not(.mk-deck) {
&.max-width_500px > .note {
margin-inline: -24px;
}
@ -209,4 +210,5 @@ definePageMetadata(computed(() => note ? {
margin-inline: -12px;
}
}
}
</style>