Browse Source

fix styling

master
PhilReact 11 months ago
parent
commit
02822c50a3
  1. 5
      core/src/components/notification-view/notification-bell.js

5
core/src/components/notification-view/notification-bell.js

@ -238,8 +238,8 @@ class NotificationBell extends connect(store)(LitElement) {
.count { .count {
position: absolute; position: absolute;
top: 2px; top: -5px;
right: 0px; right: -5px;
font-size: 12px; font-size: 12px;
background-color: red; background-color: red;
color: white; color: white;
@ -249,6 +249,7 @@ class NotificationBell extends connect(store)(LitElement) {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
user-select: none;
} }
.nocount { .nocount {

Loading…
Cancel
Save