fix deck view margins
This commit is contained in:
parent
f79ac3d361
commit
bca45c5868
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue