From 9f134d1eb739a65b8df8ee0835a7a2d7b4e2af31 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 21 Feb 2023 12:55:43 +0100 Subject: [PATCH] UI: Fix notification indicator not showing on mobile --- templates/custom/header.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 6c99d49..122d1b4 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -96,8 +96,8 @@ border-radius: 2em; } - /* Hide the first link (app logo). */ - .following.bar #navbar .brand a:first-child { + /* Hide the app logo (first link in "brand" div). */ + .following.bar #navbar .brand > a:first-child { display: none; }