fix delete button message placement when grouppanel is opened

pull/715/head
Audric Ackermann 6 years ago
parent 40187755c2
commit 1e69019efa

@ -1271,7 +1271,7 @@
attachment, attachment,
document, document,
getAbsolutePath: getAbsoluteAttachmentPath, getAbsolutePath: getAbsoluteAttachmentPath,
timestamp: message.get? message.get('sent_at'): message.sent_at, timestamp: message.get ? message.get('sent_at') : message.sent_at,
}); });
}, },

@ -498,11 +498,12 @@ label {
} }
.message-selection-overlay { .message-selection-overlay {
position: absolute;
left: 15px; left: 15px;
right: 15px;
display: none; display: none;
position: relative;
margin-right: 30px;
.close-button { .close-button {
float: left; float: left;
margin-top: 17px; margin-top: 17px;

Loading…
Cancel
Save