mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Reduce slider handle size (#18427)
This commit is contained in:
parent
d8c7db6ebf
commit
a7dc2cfaa6
@ -10,7 +10,8 @@ export class HaSlider extends MdSlider {
|
|||||||
:host {
|
:host {
|
||||||
--md-sys-color-primary: var(--primary-color);
|
--md-sys-color-primary: var(--primary-color);
|
||||||
--md-sys-color-outline: var(--outline-color);
|
--md-sys-color-outline: var(--outline-color);
|
||||||
|
--md-slider-handle-width: 14px;
|
||||||
|
--md-slider-handle-height: 14px;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
min-inline-size: 100px;
|
min-inline-size: 100px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user