feat(admin): update stylesheet
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 236 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
for (const input of document.querySelectorAll("input.auto-submit, select.auto-submit") || []) {
|
||||
input.onchange = (e) => e.target.form.submit();
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user