mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 09:04:09 -04:00
fix: adjust margin and gap for trailing elements in control app bar (#20645)
This commit is contained in:
parent
4d0c9172e5
commit
990d9ba9a8
@ -97,7 +97,7 @@
|
|||||||
{@render children?.()}
|
{@render children?.()}
|
||||||
</div>
|
</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?.()}
|
{@render trailing?.()}
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user