mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
parent
b524d7b6fd
commit
00486cbcc8
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
return new URL(page.url.pathname + page.url.search, 'https://my.immich.app');
|
return new URL(page.url.pathname + page.url.search, 'https://my.immich.app');
|
||||||
};
|
};
|
||||||
|
|
||||||
toastManager.setOptions({ class: 'top-16' });
|
toastManager.setOptions({ class: 'top-16 fixed' });
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
const element = document.querySelector('#stencil');
|
const element = document.querySelector('#stencil');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue