Add option to start private chat

By clicking on avatar. Issue #101.
This commit is contained in:
N-Pex 2021-05-10 16:11:03 +02:00
parent f3b37f7479
commit 91dfb0bc8e
6 changed files with 196 additions and 7 deletions

View file

@ -420,7 +420,7 @@ $admin-fg: white;
}
}
.message-operations-strut {
.message-operations-strut, .avatar-operations-strut {
position: relative;
height: 0px;
z-index: 1;
@ -442,6 +442,16 @@ $admin-fg: white;
// }
}
.avatar-operations {
position: absolute;
width: fit-content;
background-color: white;
height: 40px;
border-radius: 20px;
padding: 0px 20px;
box-shadow: 4px 4px 8px #888888;
}
.message-operations-picker {
background-color: white;
text-align: center;