diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-25 00:31:43 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-25 00:31:43 +0200 |
commit | bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576 (patch) | |
tree | 6267b2d3421b7bccc29cf3d9d99968cbdcf33f5f /client-web/source/preferences | |
parent | b408b2ebcafddde5a93a3f708d815fcf740607fb (diff) | |
download | keks-meet-bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576.tar keks-meet-bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576.tar.bz2 keks-meet-bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576.tar.zst |
refactor + animate sidebar
Diffstat (limited to 'client-web/source/preferences')
-rw-r--r-- | client-web/source/preferences/ui.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |