From 2fa760830d862273796a094c5ab53fc41e304a91 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 28 Feb 2021 03:14:35 -0600 Subject: [PATCH] Add borders to make long config better --- nullboard.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nullboard.html b/nullboard.html index f1730f4..8a712cc 100644 --- a/nullboard.html +++ b/nullboard.html @@ -720,7 +720,10 @@ visibility: hidden; } - .config .bulk a.switch-theme a.namespaces { + .config .bulk a.switch-theme, + .config .bulk a.flush-namespace, + .config .bulk a.namespaces , + .config .bulk a.switch-username { padding-top: 6px; margin-top: 6px; border-top: 1px solid #00000028; @@ -995,7 +998,10 @@ color: #fc2; } - .dark .config .bulk a.switch-theme { + .config .bulk a.switch-theme, + .config .bulk a.flush-namespace, + .config .bulk a.namespaces , + .config .bulk a.switch-username { border-top: 1px solid #fff2; }