This commit is contained in:
Константин Лебединский
2026-04-30 15:33:41 +05:00
parent 2b429f0b08
commit 44366a2865
3 changed files with 32 additions and 7 deletions
+4 -3
View File
@@ -124,9 +124,10 @@
{% endif %}
<dialog id="dlg-create"
class="m-0 p-0 w-full h-full sm:h-auto sm:max-w-md sm:w-full sm:m-auto
sm:rounded-2xl bg-white backdrop:bg-ink-900/50">
<form method="dialog" class="flex flex-col h-full sm:h-auto bg-white sm:rounded-2xl">
class="m-0 p-0 w-full sm:w-full sm:max-w-md
h-fit max-h-[calc(100vh-2rem)]
rounded-2xl bg-white backdrop:bg-ink-900/50 m-auto">
<form method="dialog" class="flex flex-col sm:h-auto bg-white sm:rounded-2xl">
<div class="px-4 sm:px-5 py-3 border-b border-ink-300/60 flex items-center justify-between">
<h2 class="text-lg font-semibold">Новый тест</h2>
<button type="button" id="dlg-cancel-x"