From bb5453a5268a5897123039a9c8a0d665525416da Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 22 Aug 2023 21:42:37 +0800 Subject: [PATCH] screensaver-select styling --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 46be141..9858303 100755 --- a/static/style.css +++ b/static/style.css @@ -1248,6 +1248,12 @@ input[type=checkbox]:hover { margin-right: 2%; } +.screensaver-select { + width:40%; + display: inline; + margin-right: 2%; +} + .scheduler-hour-select { display: inline; zoom:1.2;