mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
both mobile and desktop
This commit is contained in:
@ -130,7 +130,6 @@
|
||||
}
|
||||
.unread-private-messages {
|
||||
left: -4px;
|
||||
background-color: $success;
|
||||
}
|
||||
}
|
||||
.flagged-posts {
|
||||
@ -138,6 +137,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* needs to be global, used in user-drop down and user page too */
|
||||
.unread-private-messages {
|
||||
background-color: $success;
|
||||
}
|
||||
|
||||
|
||||
#main {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -132,7 +132,7 @@
|
||||
background-color: $danger;
|
||||
}
|
||||
}
|
||||
/* this needs to be global since it is used on the user page, left hand column, messages */
|
||||
/* needs to be global, used in user-drop down and user page too */
|
||||
.unread-private-messages {
|
||||
background-color: $success;
|
||||
}
|
||||
|
Reference in New Issue
Block a user