fix(electrobun): 10px left padding on sidebar to avoid resize edge overlap

This commit is contained in:
Hibryda 2026-03-25 18:59:33 +01:00
parent 94a8e4072d
commit 561bca1133
2 changed files with 10 additions and 4 deletions

View file

@ -83,6 +83,7 @@ html, body {
flex-direction: column;
align-items: center;
padding: 0.5rem 0;
padding-left: 10px; /* Leave space for native resize edge (8px + margin) */
gap: 0.25rem;
}