[web] Reduce size of the switch control

This commit is contained in:
Alain Nussbaumer 2025-02-23 15:38:30 +01:00
parent 05d9447c3c
commit b578926d77

View File

@ -37,7 +37,7 @@ export default {
display: inline-block;
background: var(--bulma-grey-lighter);
border-radius: 1rem;
width: 2.5rem;
width: 2.25rem;
height: 1.25rem;
position: relative;
vertical-align: middle;
@ -69,7 +69,7 @@ export default {
background: var(--bulma-dark);
&:before {
left: 1.375rem;
left: 1.125rem;
}
}
}