few fixes to settings

This commit is contained in:
Zan
2026-01-19 20:55:54 +01:00
parent 93c9c2d307
commit 29566f4fae
2 changed files with 0 additions and 15 deletions

View File

@@ -817,7 +817,6 @@ h2 {
width: 100%;
min-height: 80px;
padding: 12px;
border: 1px solid var(--text-teritary);
border-radius: 8px;
background: var(--button-secondaryFill);
color: var(--text-primary);
@@ -828,11 +827,6 @@ h2 {
transition: border-color 0.2s ease;
}
.share-code-wrapper textarea:focus,
#importCode:focus {
border-color: var(--accent-accent);
}
.copy-btn {
position: absolute;
top: 8px;

View File

@@ -225,9 +225,6 @@
<div class="modal-content theme-editor-modal">
<div class="modal-header">
<h3 id="themeEditorTitle" data-i18n="settings.custom_themes.create">Új téma létrehozása</h3>
<button class="modal-close" id="closeThemeEditor">
<span class="material-icons-round">close</span>
</button>
</div>
<div class="modal-body">
<div class="theme-form">
@@ -298,9 +295,6 @@
<div class="modal-content share-modal">
<div class="modal-header">
<h3 data-i18n="settings.custom_themes.share">Téma megosztása</h3>
<button class="modal-close" id="closeShareModal">
<span class="material-icons-round">close</span>
</button>
</div>
<div class="modal-body">
<p data-i18n="settings.custom_themes.share_description">Másold ki a kódot és oszd meg másokkal:</p>
@@ -321,9 +315,6 @@
<div class="modal-content import-modal">
<div class="modal-header">
<h3 data-i18n="settings.custom_themes.import">Téma importálása</h3>
<button class="modal-close" id="closeImportModal">
<span class="material-icons-round">close</span>
</button>
</div>
<div class="modal-body">
<p data-i18n="settings.custom_themes.import_description">Illeszd be a téma kódot:</p>