mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): auth page padding (#15569)
This commit is contained in:
parent
071b271484
commit
a1691ddc0f
4 changed files with 60 additions and 70 deletions
|
|
@ -19,10 +19,8 @@
|
|||
</VStack>
|
||||
</CardHeader>
|
||||
|
||||
<div class="pb-4">
|
||||
<CardBody>
|
||||
{@render children?.()}
|
||||
</CardBody>
|
||||
</div>
|
||||
<CardBody class="p-8">
|
||||
{@render children?.()}
|
||||
</CardBody>
|
||||
</Card>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue