mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: adjust margin and gap for trailing elements in control app bar (#20645)
This commit is contained in:
parent
4d0c9172e5
commit
990d9ba9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
|||
{@render children?.()}
|
||||
</div>
|
||||
|
||||
<div class="me-4 flex place-items-center gap-1 justify-self-end">
|
||||
<div class="max-[350px]:me-0 max-[350px]:gap-0 me-4 flex place-items-center gap-1 justify-self-end">
|
||||
{@render trailing?.()}
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue