mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 18:22:37 -04:00 
			
		
		
		
	fix: missing responsive calculation in UserPageLayout (#22455)
This commit is contained in:
		
							parent
							
								
									0fd16a3c46
								
							
						
					
					
						commit
						42f46b11f4
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user