From 206cca210eebe725adbfc5a5434d3a6ef8da5e55 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Tue, 5 Dec 2023 08:36:33 -0500 Subject: [PATCH] Console: Sidebar CSS tweaks --- apps/routerconsole/jsp/themes/console/light/console.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index eb0e25c482..2a5c77fb73 100644 --- a/apps/routerconsole/jsp/themes/console/light/console.css +++ b/apps/routerconsole/jsp/themes/console/light/console.css @@ -862,8 +862,8 @@ p:empty+.sb_notice { .routersummary .firewalled::before, .routersummary .vmcomm::before, .routersummary .clockskew::before { - margin-bottom: -0.5px; - padding-right: 2px; + margin-bottom: -1.5px; + padding-right: 4px; vertical-align: text-bottom; display: inline-block; transform: scale(0.9); @@ -979,6 +979,7 @@ p:empty+.sb_notice { padding: 2px 0 !important; display: inline-block; width: 100%; + line-height: 120%; } .sb_newsheadings a { -- GitLab