fix(electrobun): 10px left padding on sidebar to avoid resize edge overlap
This commit is contained in:
parent
94a8e4072d
commit
561bca1133
2 changed files with 10 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue