mirror of
https://github.com/immich-app/immich.git
synced 2025-01-17 01:06:46 +01:00
fix(web): short layout retention after navigation (#1994)
This commit is contained in:
parent
01afeefeb9
commit
e15be5bf9a
1 changed files with 1 additions and 4 deletions
|
@ -35,10 +35,7 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<div
|
||||
transition:fly|local={{ y: 10, duration: 200 }}
|
||||
class="fixed top-0 w-full bg-transparent z-[100]"
|
||||
>
|
||||
<div in:fly={{ y: 10, duration: 200 }} class="fixed top-0 w-full bg-transparent z-[100]">
|
||||
<div
|
||||
id="asset-selection-app-bar"
|
||||
class={`flex justify-between ${appBarBorder} rounded-lg p-2 mx-2 mt-2 transition-all place-items-center ${tailwindClasses} dark:bg-immich-dark-gray`}
|
||||
|
|
Loading…
Reference in a new issue