fix: color-boxes alignement

This commit is contained in:
2025-06-23 10:05:55 +03:00
parent ad636c0721
commit fdc992d91c
2 changed files with 15 additions and 3 deletions

View File

@@ -35,8 +35,14 @@
<h2><i class="fa-solid fa-gear"></i> <span data-i18n="list_settings">List Settings</span></h2>
<label><span data-i18n="list_name">List Name:</span> <input type="text" id="listName" /></label>
<div class="color-row">
<label><span data-i18n="background">Background:</span> <input type="color" id="listBg" /></label>
<label><span data-i18n="foreground">Foreground:</span> <input type="color" id="listFg" /></label>
<div class="color-label">
<span data-i18n="background">Background:</span>
<input type="color" id="listBg" />
</div>
<div class="color-label">
<span data-i18n="foreground">Foreground:</span>
<input type="color" id="listFg" />
</div>
</div>
<label>
<span data-i18n="enable_highlight">Enable Highlighting</span>