chore(web): relax spacing for help and feedback modal (#13118)

This commit is contained in:
Alex
2024-10-03 00:04:22 +07:00
committed by GitHub
parent 681b06a508
commit 3c9413fef3
2 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@
>
<div class="immich-scrollbar overflow-y-auto pt-1" class:pb-4={isStickyBottom}>
<ModalHeader id={titleId} {title} {showLogo} {icon} {onClose} />
<div class="px-5 pt-0">
<div class="px-5 pt-0 mb-5">
<slot />
</div>
</div>