Moved chat options to conext menu (right click)

This commit is contained in:
jeffser
2024-06-23 20:07:27 -06:00
parent 2dae041efa
commit 39691cc83c
4 changed files with 71 additions and 39 deletions

View File

@@ -1,16 +1,3 @@
.chat_row box.header {
font-size: 14px;
}
.chat_row box {
margin: 0;
}
.chat_row button {
opacity: 0;
transition: opacity .05s;
}
.chat_row:hover button {
opacity: 1;
}
.message .delete-message-button {
opacity: 0;
transition: opacity .05s;