From f3c3f397ebf5bac49eb3d6d65e0e8426e408744e Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 21 Apr 2021 17:38:17 +0200 Subject: [PATCH] UI: Fix unread count badge on mobile --- .../NotificationsDropdown/Default.cshtml | 8 ++++---- BTCPayServer/wwwroot/main/site.css | 14 ++++++++------ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/BTCPayServer/Components/NotificationsDropdown/Default.cshtml b/BTCPayServer/Components/NotificationsDropdown/Default.cshtml index e5c5fdbac..829c4aed7 100644 --- a/BTCPayServer/Components/NotificationsDropdown/Default.cshtml +++ b/BTCPayServer/Components/NotificationsDropdown/Default.cshtml @@ -3,17 +3,17 @@ @inject CssThemeManager CssThemeManager @using BTCPayServer.HostedServices @using BTCPayServer.Views.Notifications -@using Microsoft.AspNetCore.Http.Extensions @model BTCPayServer.Components.NotificationsDropdown.NotificationSummaryViewModel @addTagHelper *, BundlerMinifier.TagHelpers @if (Model.UnseenCount > 0) {