make expand folder easier to click

This commit is contained in:
milan 2024-11-21 17:20:34 +01:00
parent 5b1a6c464b
commit abf1c384f4

View File

@ -9,7 +9,8 @@ export default css`
::part(expand-button) {
rotate: none;
padding: 0 var(--sl-spacing-small);
padding: 0 5px 0 10em;
margin: 0 0 0 -10em;
}
/* Stop icon from shrinking if there's not enough space */