From a7880bbd6a700b4c94405390aca905cd159b589f Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Thu, 6 Jun 2024 20:25:59 -0300 Subject: [PATCH] Use display block and remove the line break to simplfy the code Signed-off-by: RD WebDesign --- scripts/pi-hole/lua/sidebar.lp | 6 +++--- style/pi-hole.css | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/pi-hole/lua/sidebar.lp b/scripts/pi-hole/lua/sidebar.lp index 578e8b94..cf5d364a 100644 --- a/scripts/pi-hole/lua/sidebar.lp +++ b/scripts/pi-hole/lua/sidebar.lp @@ -17,9 +17,9 @@

Status

-
-
-
+ + +
diff --git a/style/pi-hole.css b/style/pi-hole.css index bc4a1a2e..3dbc9e84 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -354,14 +354,15 @@ td.lookatme { } .user-panel > .info > p { - margin-bottom: 6px; + margin-bottom: 8px; } .user-panel > .info > span { - display: inline-block; + display: block; padding: 0; - margin: 2px 0; + margin: 4px 0; font-size: 11px; + line-height: 1.1; } .user-panel > .info i {