From bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Jun 2023 00:31:43 +0200 Subject: refactor + animate sidebar --- client-web/source/preferences/ui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/preferences') diff --git a/client-web/source/preferences/ui.ts b/client-web/source/preferences/ui.ts index 1326797..c3fae0f 100644 --- a/client-web/source/preferences/ui.ts +++ b/client-web/source/preferences/ui.ts @@ -94,5 +94,5 @@ export function ui_preferences(): HTMLElement { const table = document.createElement("table") table.append(...rows) - return ediv({ class: "prefs-overlay" }, eh2("Settings"), notification_perm, ebr(), table, ebr(), reset) + return ediv({ class: "preferences" }, eh2("Settings"), notification_perm, ebr(), table, ebr(), reset) } -- cgit v1.2.3-70-g09d2