|
@@ -97,6 +97,8 @@ button, .button { border: 1px solid black; border-radius: 3px; background: rgb(2
|
|
|
.chatmsg-authorGroup > .chatmsg-author-messages { padding: 18px 0 0 36px; }
|
|
.chatmsg-authorGroup > .chatmsg-author-messages { padding: 18px 0 0 36px; }
|
|
|
.chatmsg-authorGroup, .chatmsg-me_message { padding: 10px; }
|
|
.chatmsg-authorGroup, .chatmsg-me_message { padding: 10px; }
|
|
|
.chatmsg-authorGroup .chatmsg-item { padding: 4px 10px; }
|
|
.chatmsg-authorGroup .chatmsg-item { padding: 4px 10px; }
|
|
|
|
|
+.chatmsg-authorGroup.chatmsg-first-daily,.chatmsg-me_message.chatmsg-first-daily { margin-top: 1em; }
|
|
|
|
|
+.chatmsg-authorGroup.chatmsg-first-daily::before,.chatmsg-me_message.chatmsg-first-daily::before { position: absolute; top: -1em; width: calc(100% - 20px); content: attr(data-date); border-bottom: 1px solid rgb(156, 156, 156); }
|
|
|
.chatmsg-item { display: flex; position: relative; }
|
|
.chatmsg-item { display: flex; position: relative; }
|
|
|
.chatmsg-item:hover { background: #F9F9F9; }
|
|
.chatmsg-item:hover { background: #F9F9F9; }
|
|
|
.chat-context-roominfo .chatmsg-item:hover { background: inherit; }
|
|
.chat-context-roominfo .chatmsg-item:hover { background: inherit; }
|