mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fix sidebar layout (#204)
* fix: sidebar margins with more than one item incorrect * fix: api url in sidebar shouldn't overflow the sidebar width
This commit is contained in:
parent
b9f38162d5
commit
5b036067ed
3 changed files with 5 additions and 7 deletions
|
|
@ -75,7 +75,7 @@
|
|||
{/if}
|
||||
|
||||
<section class="grid grid-cols-[250px_auto] relative pt-[72px] h-screen">
|
||||
<section id="admin-sidebar" class="pt-8 pr-6 flex flex-col justify-between">
|
||||
<section id="admin-sidebar" class="pt-8 pr-6 flex flex-col">
|
||||
<SideBarButton
|
||||
title="User"
|
||||
logo={AccountMultipleOutline}
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
on:selected={onButtonClicked}
|
||||
/>
|
||||
|
||||
<div class="mb-6">
|
||||
<div class="mb-6 mt-auto">
|
||||
<StatusBox />
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue