fix(user_msg): conversations list item
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-01-16 17:22:47 +08:00
parent 95b11fbbd8
commit 6ff2f48e88
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -252,9 +252,9 @@ if (isset($_POST['user_msg'])) {
'<img class="rounded" width="56" height="56" src="' + avatar_addr + '" />' + '<img class="rounded" width="56" height="56" src="' + avatar_addr + '" />' +
'</div>' + '</div>' +
'<div class="flex-grow-1 overflow-hidden">' + '<div class="flex-grow-1 overflow-hidden">' +
'<div>' + '<div class="d-flex justify-content-between">' +
getUserSpan(conversationName, realname, color) + getUserSpan(conversationName, '', color) +
'<span class="float-end text-muted">' + '<span class="float-end text-muted small flex-shrink-0 lh-lg">' +
timeStr + timeStr +
'</span>' + '</span>' +
'</div>' + '</div>' +