From 02822c50a3eca400135ca580ed0e24789308f66f Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sat, 21 Oct 2023 16:17:48 +0300 Subject: [PATCH] fix styling --- core/src/components/notification-view/notification-bell.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/components/notification-view/notification-bell.js b/core/src/components/notification-view/notification-bell.js index 78e7dd75..af7e4ec1 100644 --- a/core/src/components/notification-view/notification-bell.js +++ b/core/src/components/notification-view/notification-bell.js @@ -238,8 +238,8 @@ class NotificationBell extends connect(store)(LitElement) { .count { position: absolute; - top: 2px; - right: 0px; + top: -5px; + right: -5px; font-size: 12px; background-color: red; color: white; @@ -249,6 +249,7 @@ class NotificationBell extends connect(store)(LitElement) { display: flex; align-items: center; justify-content: center; + user-select: none; } .nocount {