Style quick reactions.

Issue #65. Move "edit" and "delete" to emoji picker dialog, accessible through the "..." button.
This commit is contained in:
N-Pex 2021-04-09 14:03:40 +02:00
parent 779e53c3b2
commit 61dbcad131
6 changed files with 193 additions and 71 deletions

View file

@ -377,15 +377,24 @@ $admin-fg: white;
.message-operations {
position: absolute;
width: fit-content;
background-color: #e2e2e2;
background-color: white;
height: 40px;
border-radius: 20px;
box-shadow: 4px 4px 8px #888888;
// &.incoming {
// right: 30%;
// }
// &.outgoing {
// left: 30%;
// left: unset !important;
// right: 10px !important;
// }
}
.message-operations-picker {
background-color: white;
text-align: center;
}
.quick-reaction-container {
position: absolute;
background-color: #000000;