Style quick reactions.
Issue #65. Move "edit" and "delete" to emoji picker dialog, accessible through the "..." button.
This commit is contained in:
parent
779e53c3b2
commit
61dbcad131
6 changed files with 193 additions and 71 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue