|
|
@@ -97,7 +97,7 @@ body { display: flex; margin: 0; padding: 0; font-family: Lato, sans-serif; heig
|
|
|
.chatmsg-hover > li > span { margin-top: 3.5px; margin-left: 3px; }
|
|
|
.chatmsg-hover > li:first-child { border-bottom-left-radius: 5px; }
|
|
|
.chatmsg-hover > li:last-child { border-top-right-radius: 5px; border-right: 1px; }
|
|
|
-.chat-chat-content .chatmsg-item:hover .chatmsg-hover { display: block; }
|
|
|
+.chatsystem-content .chatmsg-item:hover .chatmsg-hover { display: block; }
|
|
|
.replyto-container { display: none; width: 100%; }
|
|
|
.replyingTo .replyto-container { display: inline-block; }
|
|
|
.replyingTo .chat-chat-content { height: calc(100vh - 13em); }
|