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/style.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index c5705e24..e351fb5d 100644 --- a/static/style.scss +++ b/static/style.scss @@ -283,15 +283,10 @@ Each event within the eventlist margin: 0; } - .input-group { - display: flex; - - input { - min-width: 0; - } - } } +@import 'slider_input'; + /* Calendar List ---------------------------------------- The list of all the loaded calendars, -- cgit v1.2.3