Merge remote-tracking branch 'origin' into module/stock

This commit is contained in:
2025-11-03 20:17:50 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
import { t } from '../../translations.svelte'; import { t } from '../../translations.svelte';
import { user } from '../../user.svelte'; import { user } from '../../user.svelte';
const image_extensions = ['jpg','jpeg','gif','png','svg']; const image_extensions = ['jpg','jpeg','gif','png','svg','webp'];
const router = useTinyRouter(); const router = useTinyRouter();
let children = $state({}); let children = $state({});
let new_dir = $state(null); let new_dir = $state(null);

View File

@@ -41,7 +41,7 @@ fieldset[tabindex="0"]{
overflow: hidden; overflow: hidden;
} }
fieldset[tabindex="0"]:focus-within{ fieldset[tabindex="0"]:hover{
max-height: unset; max-height: unset;
} }

View File

@@ -41,7 +41,7 @@ fieldset[tabindex="0"]{
overflow: hidden; overflow: hidden;
} }
fieldset[tabindex="0"]:focus-within{ fieldset[tabindex="0"]:hover{
max-height: unset; max-height: unset;
} }