mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: missing responsive calculation in UserPageLayout (#22455)
This commit is contained in:
parent
0fd16a3c46
commit
42f46b11f4
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<div
|
||||
tabindex="-1"
|
||||
class="relative z-0 grid grid-cols-[--spacing(0)_auto] overflow-hidden sidebar:grid-cols-[--spacing(64)_auto]
|
||||
{hideNavbar ? 'h-dvh' : 'h-[calc(100dvh-var(--navbar-height))]'}
|
||||
{hideNavbar ? 'h-dvh' : 'h-[calc(100dvh-var(--navbar-height))] max-md:h-[calc(100dvh-var(--navbar-height-md))]'}
|
||||
{hideNavbar ? 'pt-(--navbar-height)' : ''}
|
||||
{hideNavbar ? 'max-md:pt-(--navbar-height-md)' : ''}"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue