You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 05:46:58 +02:00
chore: minor form bottom padding increase (#15558)
This commit is contained in:
@ -18,8 +18,11 @@
|
|||||||
<Heading size="large" class="font-semibold" color="primary">{title}</Heading>
|
<Heading size="large" class="font-semibold" color="primary">{title}</Heading>
|
||||||
</VStack>
|
</VStack>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardBody>
|
|
||||||
{@render children?.()}
|
<div class="pb-4">
|
||||||
</CardBody>
|
<CardBody>
|
||||||
|
{@render children?.()}
|
||||||
|
</CardBody>
|
||||||
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user