Fix button overlap: increase spacing between scale and theme toggle buttons

This commit is contained in:
overcuriousity
2026-01-18 01:52:46 +01:00
parent e6292334cf
commit 9035bdca2b

View File

@@ -81,7 +81,7 @@
.scale-toggle { .scale-toggle {
position: absolute; position: absolute;
top: 30px; top: 30px;
right: 180px; right: 240px;
background: var(--border-color); background: var(--border-color);
border: none; border: none;
padding: 10px 20px; padding: 10px 20px;