mirror of
https://github.com/immich-app/immich.git
synced 2025-02-18 01:24:26 -05:00
decrease viewer height
This commit is contained in:
parent
7a7595f8ec
commit
fc756c7677
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
|||
<!-- Viewer -->
|
||||
<section class="overflow-hidden pt-32 md:pt-20">
|
||||
<div
|
||||
class="ml-[-100%] box-border flex h-[calc(100vh_-_180px)] w-[300%] items-center justify-center gap-10 overflow-hidden"
|
||||
class="ml-[-100%] box-border flex h-[calc(100vh_-_224px)] md:h-[calc(100vh_-_180px)] w-[300%] items-center justify-center gap-10 overflow-hidden"
|
||||
>
|
||||
<!-- PREVIOUS MEMORY -->
|
||||
<div class="h-1/2 w-[20vw] rounded-2xl {current.previousMemory ? 'opacity-25 hover:opacity-70' : 'opacity-0'}">
|
||||
|
|
Loading…
Add table
Reference in a new issue