mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
fix styling
This commit is contained in:
parent
735be92bfc
commit
02822c50a3
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user