mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: mobile sidebar (#18286)
This commit is contained in:
parent
4445288758
commit
3944f5d73b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
id="sidebar"
|
id="sidebar"
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
class="immich-scrollbar relative z-[1] w-0 sidebar:w-[16rem] overflow-y-auto overflow-x-hidden pt-8 transition-all duration-200"
|
class="immich-scrollbar relative z-[1] w-0 sidebar:w-[16rem] overflow-y-auto overflow-x-hidden pt-8 transition-all duration-200 bg-light"
|
||||||
class:shadow-2xl={isExpanded}
|
class:shadow-2xl={isExpanded}
|
||||||
class:dark:border-e-immich-dark-gray={isExpanded}
|
class:dark:border-e-immich-dark-gray={isExpanded}
|
||||||
class:border-r={isExpanded}
|
class:border-r={isExpanded}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue