From 37bbdf7dd1e8e02b00e30942357a3c3c7db4c4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Lente?= Date: Thu, 25 Apr 2024 15:11:36 +0200 Subject: [PATCH] UI: Hide the navbar logo in the secondary navbar Hide the redundant navbar logo in the secondary navbar that is already present in nav global. --- 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;