mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 03:53:43 +08:00
fixing mobile notificaiton badge
This commit is contained in:
parent
c5b1ddab54
commit
c751567c04
|
@ -122,7 +122,8 @@
|
||||||
}
|
}
|
||||||
.unread-notifications {
|
.unread-notifications {
|
||||||
right: -4px;
|
right: -4px;
|
||||||
background-color: $tertiary_text_color;
|
background-color: $emphasis_background_color;
|
||||||
|
color: $emphasis_text_color;
|
||||||
}
|
}
|
||||||
.unread-private-messages {
|
.unread-private-messages {
|
||||||
left: -4px;
|
left: -4px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user