From 71090ea488ef23e7d255e3e4d9dfd140ed40de07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Lente?= Date: Thu, 25 Apr 2024 15:27:15 +0200 Subject: [PATCH] UI: Hide the navbar logo in the secondary navbar (#8) Hide the redundant navbar logo in the secondary navbar that is already present in nav global. Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/8 Reviewed-by: Pablo Vazquez --- templates/custom/header.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 072510e..82c9971 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -118,6 +118,11 @@ } } + /* Hide the navbar logo. */ + #navbar #navbar-logo { + display: none; + } + /* Notifications indicator. */ .notification_count { border-radius: 0.6em;