From 33da0de5096c7530cdb65bc8f7a16d5a847cc732 Mon Sep 17 00:00:00 2001 From: Zan <62830223+Zan1456@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:58:44 +0100 Subject: [PATCH] import fix --- settings/index.css | 12 ++++++++---- settings/index.html | 13 +++++++++---- settings/index.js | 14 ++++---------- tools/createTemplate.js | 4 ---- 4 files changed, 21 insertions(+), 22 deletions(-) diff --git a/settings/index.css b/settings/index.css index b3ee35f..fdd8108 100644 --- a/settings/index.css +++ b/settings/index.css @@ -248,8 +248,6 @@ h2 { .custom-themes-section { margin-top: 16px; - padding-top: 16px; - border-top: 1px solid var(--border-border, var(--text-teritary)); } .custom-themes-header { @@ -262,7 +260,13 @@ h2 { color: var(--text-primary); } -.add-theme-btn { +.custom-themes-buttons { + display: flex; + gap: 8px; + align-items: center; +} + +.theme-btn { display: flex; align-items: center; justify-content: center; @@ -276,7 +280,7 @@ h2 { transition: all 0.2s ease; } -.add-theme-btn:hover { +.theme-btn:hover { background: var(--accent-accent); color: var(--button-secondaryFill); } diff --git a/settings/index.html b/settings/index.html index b043de6..c899a80 100644 --- a/settings/index.html +++ b/settings/index.html @@ -55,9 +55,14 @@
Illeszd be a téma kódot:
- +