mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
* fix for sidebar artifact when clicking the toggle * Fix the delay in the search-bar * format --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
10 lines
363 B
Svelte
10 lines
363 B
Svelte
<script lang="ts">
|
|
</script>
|
|
|
|
<section
|
|
id="sidebar"
|
|
class="immich-scrollbar group relative z-10 flex w-18 flex-col gap-1 overflow-y-auto pt-8 transition-all duration-200 hover:sm:w-64 hover:sm:border-r hover:sm:pr-6 hover:sm:shadow-2xl hover:sm:dark:border-r-immich-dark-gray md:w-64 md:pr-6 hover:md:border-none hover:md:shadow-none"
|
|
>
|
|
<slot />
|
|
</section>
|