web/Switcher: add a gap between items
This commit is contained in:
parent
ebf157862a
commit
e34b8dd89c
2 changed files with 3 additions and 2 deletions
|
@ -47,6 +47,7 @@
|
||||||
background: var(--button);
|
background: var(--button);
|
||||||
box-shadow: var(--button-box-shadow);
|
box-shadow: var(--button-box-shadow);
|
||||||
padding: var(--switcher-padding);
|
padding: var(--switcher-padding);
|
||||||
|
gap: calc(var(--switcher-padding) - 1.5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.switcher :global(.button.active) {
|
.switcher :global(.button.active) {
|
||||||
|
|
Loading…
Reference in a new issue