From 8cbc02d7cf8bd31a5074d97eced1a64c5b674773 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 3 Dec 2018 18:45:55 -0500 Subject: [PATCH] Hide unneeded config values in single-user mode (in the admin UI.) --- templates/user/admin.tmpl | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/templates/user/admin.tmpl b/templates/user/admin.tmpl index 9d19494..0c411e6 100644 --- a/templates/user/admin.tmpl +++ b/templates/user/admin.tmpl @@ -29,6 +29,9 @@ form dt { -webkit-tap-highlight-color: transparent; font-size: 1rem; } +.invisible { + display: none; +}