From 1f34cacf25c3ea3097f171067cce9d0ceec00bf9 Mon Sep 17 00:00:00 2001 From: Zan <62830223+Zan1456@users.noreply.github.com> Date: Mon, 12 Jan 2026 20:34:48 +0100 Subject: [PATCH] updater fix --- settings/index.css | 23 ----------------------- settings/index.html | 4 ---- settings/index.js | 2 -- 3 files changed, 29 deletions(-) diff --git a/settings/index.css b/settings/index.css index 0269faa..cdc2ee1 100644 --- a/settings/index.css +++ b/settings/index.css @@ -593,29 +593,6 @@ h2 { margin: 0; } -.modal-close { - display: flex; - align-items: center; - justify-content: center; - width: 32px; - height: 32px; - border: none; - border-radius: 8px; - background: var(--button-secondaryFill); - color: var(--text-secondary); - cursor: pointer; - transition: all 0.2s ease; -} - -.modal-close:hover { - background: var(--accent-15); - color: var(--accent-accent); -} - -.modal-close .material-icons-round { - font-size: 20px; -} - .modal-body { padding: 16px; } diff --git a/settings/index.html b/settings/index.html index 2762451..0ccdfee 100644 --- a/settings/index.html +++ b/settings/index.html @@ -192,9 +192,6 @@