Added sorting to msgs sub and added some styling for messaging items. BOD-309 BOD-310
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
position: absolute;
|
||||
bottom: 2vh;
|
||||
}
|
||||
|
||||
.chat-affix-open {
|
||||
-webkit-box-shadow: 0px 0px 10px 0px rgba(69, 69, 69, 1);
|
||||
-moz-box-shadow: 0px 0px 10px 0px rgba(69, 69, 69, 1);
|
||||
box-shadow: 0px 0px 10px 0px rgba(69, 69, 69, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user