From dc0671942dbcb6cb6579a0a81b3c7d46dc151095 Mon Sep 17 00:00:00 2001 From: Kukks Date: Fri, 5 Mar 2021 08:48:15 +0100 Subject: [PATCH] Make main menu show text instead of icons when on small screens --- BTCPayServer/Components/NotificationsDropdown/Default.cshtml | 4 ++-- BTCPayServer/Views/Shared/_Layout.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Components/NotificationsDropdown/Default.cshtml b/BTCPayServer/Components/NotificationsDropdown/Default.cshtml index a0947c8ce..0152e6d66 100644 --- a/BTCPayServer/Components/NotificationsDropdown/Default.cshtml +++ b/BTCPayServer/Components/NotificationsDropdown/Default.cshtml @@ -10,7 +10,7 @@ { } diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index 25627decf..378e16e0a 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -52,12 +52,12 @@ } else if (env.IsSecure)