web/Switcher: add a gap between items
This commit is contained in:
parent
ebf157862a
commit
e34b8dd89c
@ -47,6 +47,7 @@
|
||||
background: var(--button);
|
||||
box-shadow: var(--button-box-shadow);
|
||||
padding: var(--switcher-padding);
|
||||
gap: calc(var(--switcher-padding) - 1.5px);
|
||||
}
|
||||
|
||||
.switcher :global(.button.active) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user