mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 18:35:31 +02:00
fix(web): short layout retention after navigation (#1994)
This commit is contained in:
parent
01afeefeb9
commit
e15be5bf9a
@ -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…
x
Reference in New Issue
Block a user