[mirotalk] - refactor(chat): migrate room UI markup to templates and CSS, fix private/chatgpt entries, and keep sender info visible

This commit is contained in:
Miroslav Pejic
2026-05-02 23:03:33 +02:00
parent 18107ba5fd
commit 3301dfbe4d
10 changed files with 556 additions and 208 deletions
+18 -3
View File
@@ -1996,15 +1996,15 @@ body {
}
.msg-grouped .msg-img {
visibility: hidden;
visibility: visible;
}
.msg-grouped .msg-info-name {
display: none;
display: inline;
}
.msg-grouped .msg-info {
justify-content: flex-end;
justify-content: space-between;
}
.msger-copy-txt {
@@ -2902,6 +2902,16 @@ button {
align-items: center;
}
.share-room-modal-highlight {
color: rgb(8, 189, 89);
}
.share-room-modal-description {
background: transparent;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
#qrRoomPopupContainer {
z-index: 9999;
position: fixed;
@@ -2930,6 +2940,11 @@ button {
height: 256px;
}
.kicked-out-modal-alert-title,
.kicked-out-modal-alert-time {
color: #ff2d00;
}
/*--------------------------------------------------------------
# My settings
--------------------------------------------------------------*/