From d4640c76287310b40cc5e76b430635c0a006708c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 21 Apr 2022 15:10:17 +0200 Subject: Repair and rewrote sliders in HTML. The old ones where broken since i accidentally removed setVar, instead of reintrocuding that, I rewrote slider-inputs as web components, which frees us of having some hacky javascript in the html code. --- static/_slider_input.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/_slider_input.scss (limited to 'static/_slider_input.scss') diff --git a/static/_slider_input.scss b/static/_slider_input.scss new file mode 100644 index 00000000..adae56ae --- /dev/null +++ b/static/_slider_input.scss @@ -0,0 +1,10 @@ +/* See components/slider.ts */ + +slider-input { + display: flex; + + input { + min-width: 0; + } +} + -- cgit v1.2.3