Merge remote-tracking branch 'origin' into module/stock
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import { t } from '../../translations.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();
|
||||
let children = $state({});
|
||||
let new_dir = $state(null);
|
||||
|
||||
@@ -41,7 +41,7 @@ fieldset[tabindex="0"]{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
fieldset[tabindex="0"]:focus-within{
|
||||
fieldset[tabindex="0"]:hover{
|
||||
max-height: unset;
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ fieldset[tabindex="0"]{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
fieldset[tabindex="0"]:focus-within{
|
||||
fieldset[tabindex="0"]:hover{
|
||||
max-height: unset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user