mirror of
https://github.com/immich-app/immich.git
synced 2025-04-15 03:11:28 -05:00
fix(web): improve mobile web album viewer padding (#17575)
Reduce margin on mobile web album viewer
This commit is contained in:
parent
0b69d1c147
commit
e3f3baadb0
1 changed files with 2 additions and 2 deletions
|
@ -99,10 +99,10 @@
|
|||
</header>
|
||||
|
||||
<main
|
||||
class="relative h-dvh overflow-hidden bg-immich-bg px-6 max-md:pt-[var(--navbar-height-md)] pt-[var(--navbar-height)] dark:bg-immich-dark-bg"
|
||||
class="relative h-dvh overflow-hidden bg-immich-bg px-2 md:px-6 max-md:pt-[var(--navbar-height-md)] pt-[var(--navbar-height)] dark:bg-immich-dark-bg"
|
||||
>
|
||||
<AssetGrid enableRouting={true} {album} {assetStore} {assetInteraction}>
|
||||
<section class="pt-8 md:pt-24">
|
||||
<section class="pt-8 md:pt-24 px-2 md:px-0">
|
||||
<!-- ALBUM TITLE -->
|
||||
<h1
|
||||
class="bg-immich-bg text-2xl md:text-4xl lg:text-6xl text-immich-primary outline-none transition-all dark:bg-immich-dark-bg dark:text-immich-dark-primary"
|
||||
|
|
Loading…
Add table
Reference in a new issue