Increase width of side panel

This commit is contained in:
Marcus Kida 2026-02-19 11:25:02 +01:00
parent a4b92c2d55
commit c8c9267d6a

View file

@ -97,7 +97,7 @@ html, body {
border-radius: 8px; border-radius: 8px;
box-shadow: 0 2px 6px var(--shadow); box-shadow: 0 2px 6px var(--shadow);
padding: 10px 14px; padding: 10px 14px;
width: 260px; width: 280px;
} }
.controls-row { .controls-row {