From b3f8e955033b8d7616d9590fc1d36972f4679259 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 26 Apr 2023 14:57:42 +0800 Subject: [PATCH] brightness scheduler styling --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/style.css b/static/style.css index 05a3ba0..eb361f5 100755 --- a/static/style.css +++ b/static/style.css @@ -1297,4 +1297,13 @@ input[type=checkbox]:hover { border-color:#00CFDF; } +.b-minute-select { + width:17%; + display: inline; +} + +#brightness-p { + margin-top:6%; + margin-bottom:2%; +}