From b3a91a98c4b091907c6ad0d122963e7c4e415d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 3 Feb 2022 13:25:52 -0500 Subject: [PATCH] feat: https://github.com/NodeBB/NodeBB/issues/10234 --- less/mobile.less | 6 +++++- templates/partials/menu.tpl | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/less/mobile.less b/less/mobile.less index 7cd4c72..2750292 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -58,7 +58,11 @@ html[data-dir="rtl"] button& { margin-left: 0; } - + &#mobile-menu { + .unread-count::after { + left: 32px; + } + } .header & .notification-icon { left: auto; right: 7px; diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 0c0135b..176de4a 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -1,6 +1,6 @@