bugfix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user