From 9b708de6505bfca0421a0f2da72d00f3a22b25ce Mon Sep 17 00:00:00 2001 From: Arnd Marijnissen Date: Tue, 28 Nov 2023 17:12:58 +0100 Subject: [PATCH] Hiding logo seems to hide login --- templates/custom/body_inner_pre.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/custom/body_inner_pre.tmpl b/templates/custom/body_inner_pre.tmpl index f4484d6..192387a 100644 --- a/templates/custom/body_inner_pre.tmpl +++ b/templates/custom/body_inner_pre.tmpl @@ -474,10 +474,11 @@ } /* Hide the site logo. */ +/* Seems to be breaking the sign-in button currently. #navbar .item:first-child { display: none; } - +*/ /* Fix alignment of text in dropdown items. */ .ui.dropdown>.text { position: relative;