responsived sidemodal

This commit is contained in:
Mamalizz
2025-05-12 18:54:14 +03:30
parent 722e6e2c39
commit 5764984e5e
+2 -2
View File
@@ -44,7 +44,7 @@ watch(
<div
class="w-full flex justify-between items-center py-[1.5rem] lg:py-[2.5rem] px-[1.5rem] lg:px-[3rem]"
>
<span class="typo-h-5">
<span class="typo-h-5 lg:typo-h-4">
{{ title }}
</span>
@@ -61,7 +61,7 @@ watch(
</div>
<div
class="size-full flex flex-col grow overflow-y-auto py-[1.5rem] lg:py-[2.5rem] px-[1.5rem] lg:px-[3rem] pt-0"
class="size-full flex flex-col grow overflow-y-auto py-[1.5rem] mb-10 px-[1.5rem] lg:px-[3rem]"
>
<slot />
</div>