mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 13:26:16 +00:00
fix: svelte-check issues
This commit is contained in:
@@ -30,7 +30,6 @@
|
|||||||
import { restoreFromFile } from "$lib/backup/backup";
|
import { restoreFromFile } from "$lib/backup/backup";
|
||||||
import { goto } from "$app/navigation";
|
import { goto } from "$app/navigation";
|
||||||
import { hotkeys } from "$lib/title";
|
import { hotkeys } from "$lib/title";
|
||||||
import { KEYMAP_CODES, KEYMAP_KEYCODES } from "$lib/serial/keymap-codes";
|
|
||||||
|
|
||||||
const locale =
|
const locale =
|
||||||
((browser && localStorage.getItem("locale")) as Locales) || detectLocale();
|
((browser && localStorage.getItem("locale")) as Locales) || detectLocale();
|
||||||
|
|||||||
@@ -195,15 +195,6 @@
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary {
|
|
||||||
cursor: pointer;
|
|
||||||
transition: opacity 0.2s ease-in-out;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.backdrop {
|
.backdrop {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user