mirror of
https://github.com/immich-app/immich.git
synced 2025-04-06 16:16:26 +02:00
fix(web): neon overflow on mobile screen (#15676)
This commit is contained in:
parent
05a446c259
commit
7bbffccf76
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@
|
|||
|
||||
<section class="min-w-screen flex min-h-dvh items-center justify-center relative">
|
||||
<div class="absolute -z-10 w-full h-full flex place-items-center place-content-center">
|
||||
<img src={immichLogo} class="max-w-screen-md mx-auto h-full mb-2 antialiased -z-10" alt="Immich logo" />
|
||||
<img
|
||||
src={immichLogo}
|
||||
class="max-w-screen-md mx-auto h-full mb-2 antialiased -z-10 overflow-hidden"
|
||||
alt="Immich logo"
|
||||
/>
|
||||
<div
|
||||
class="w-full h-[99%] absolute left-0 top-0 backdrop-blur-[200px] bg-transparent dark:bg-immich-dark-bg/20"
|
||||
></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue