Take a look at this section in the guide
Change Size
There isnt enough space to make the slider any bigger so if that is your aim i would recommend making the box that they live in bigger as well. like the below. of course this doesnt apply if you are making the buttons smaller. !important is required.
card_mod:
style:
mushroom-cover-position-control$:
mushroom-slider$: |
.slider {
width: 200px !important;
height: 200px !important;
}
mushroom-cover-tilt-position-control$:
mushroom-slider$: |
.slider {
width: 200px !important;
height: 200px !important;
}
.: |
mushroom-cover-position-control {
height: 200px;
}
mushroom-cover-tilt-position-control {
height: 200px;
}
Clearly i need to change wording slightly as i am saying it doesnt apply when making buttons smaller, but i mean it doesnt apply when making the slider smaller.