mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-04 07:58:50 +01:00
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);
|
||||
box-shadow: var(--button-box-shadow);
|
||||
padding: var(--switcher-padding);
|
||||
gap: calc(var(--switcher-padding) - 1.5px);
|
||||
}
|
||||
|
||||
.switcher :global(.button.active) {
|
||||
|
|
Loading…
Reference in a new issue