This commit is contained in:
Viet An
2026-07-09 16:45:48 +07:00
parent 42124d4071
commit df4ed4bd4d
20 changed files with 726 additions and 964 deletions

View File

@@ -14,7 +14,7 @@
<div
class="modal-card"
:style="{
width: $store.viewport <= 1 ? 'calc(100% - var(--bulma-modal-card-spacing))' : width,
width: $store.viewport > 1 ? width : null,
height,
}"
>