visual update

This commit is contained in:
Simon
2026-02-08 12:33:18 +00:00
parent 62c7bfd694
commit c9a7dc4e82
2 changed files with 16 additions and 11 deletions

View File

@@ -14,17 +14,10 @@
</div>
<div class="actions">
<button class="icon-btn menu-toggle" onclick="toggleDrawer('menu')" title="Menu">
<span class="hamburger">
<span></span>
<span></span>
<span></span>
</span>
<img class="icon-svg" src="https://cdn.jsdelivr.net/npm/heroicons@2.0.13/24/outline/bars-3.svg" alt="Menu">
</button>
<button class="icon-btn settings-toggle" onclick="toggleDrawer('settings')" title="Settings">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="3"></circle>
<path d="M12 1v6m0 6v6M4.22 4.22l4.24 4.24m5.08 0l4.24-4.24M1 12h6m6 0h6m-16.78 7.78l4.24-4.24m5.08 0l4.24 4.24"></path>
</svg>
<img class="icon-svg" src="https://cdn.jsdelivr.net/npm/heroicons@2.0.13/24/outline/wrench.svg" alt="Settings">
</button>
</div>
</header>