mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 15:20:09 -05:00
[web] Reduce size of the switch control
This commit is contained in:
parent
05d9447c3c
commit
b578926d77
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user