Top save button + fixed some CSS

This commit is contained in:
2025-09-01 16:46:43 +00:00
parent f98f2d598f
commit 3198755576
3 changed files with 27 additions and 13 deletions

View File

@ -10,6 +10,7 @@
<strong>Current theme:</strong> <span id="current-theme"></span>
</div>
<form id="theme-editor-form">
<button type="submit" class="top-save">Save</button>
<!-- Colors Section -->
<fieldset id="color-picker">
<h2>Colors</h2>
@ -133,8 +134,9 @@
</div>
</div>
</fieldset>
<button type="submit">Save Theme</button>
<button type="submit">Save</button>
</form>
<!-- Stepper -->
<div class="section">
<h2>Steps</h2>
<p> Follow the steps to generate your static gallery</p>