From e42edddd33382855202ff2f17e6b77d65f6ad152 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 20 Sep 2024 11:23:53 +0200 Subject: Show RC params in dashboard --- static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index dd43c7a..39ca359 100644 --- a/static/style.css +++ b/static/style.css @@ -29,6 +29,19 @@ nav { flex: none; } +.section { + padding-left: 0.25rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.setting-entry { + padding-left: 0.25rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + + .div-menu { border-top-width: 1px; border-bottom-width: 0px; -- cgit v1.2.3