From 63881869bc075d5bb55dc3700d15655c79bba7fa Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Thu, 26 Aug 2021 18:50:22 +0000 Subject: [PATCH] Console: tweak section title tabs --- webconsole/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webconsole/style.css b/webconsole/style.css index d9176722..1b07bbf0 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -519,12 +519,12 @@ th, .slide label { } .sectiontitle span:not(.routerservice):not(.hide):not(.badge) { - padding: 4px 12px; + padding: 2px 12px 4px; min-width: 50%; display: inline-block; white-space: nowrap; line-height: 1.6; - font-size: 11.5pt; + font-size: 11pt; border: 1px solid var(--border); border-top: none; border-radius: 0 0 4px 4px;