mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 09:38:42 +00:00
fix(user_msg): conversations list item
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
95b11fbbd8
commit
6ff2f48e88
@ -252,9 +252,9 @@ if (isset($_POST['user_msg'])) {
|
||||
'<img class="rounded" width="56" height="56" src="' + avatar_addr + '" />' +
|
||||
'</div>' +
|
||||
'<div class="flex-grow-1 overflow-hidden">' +
|
||||
'<div>' +
|
||||
getUserSpan(conversationName, realname, color) +
|
||||
'<span class="float-end text-muted">' +
|
||||
'<div class="d-flex justify-content-between">' +
|
||||
getUserSpan(conversationName, '', color) +
|
||||
'<span class="float-end text-muted small flex-shrink-0 lh-lg">' +
|
||||
timeStr +
|
||||
'</span>' +
|
||||
'</div>' +
|
||||
|
Loading…
Reference in New Issue
Block a user