Swap border on user messages

This commit is contained in:
Niek van der Maas 2023-03-06 13:54:51 +01:00
parent 928326bf6b
commit 54c199c8bf
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ a.is-disabled {
text-decoration: none !important; text-decoration: none !important;
} }
/* Swap the border on user messages to the other side */
.usermessage > .message-body {
border-width: 0 4px 0 0 !important;
}
/* Show the edit button on hover of the chat name */ /* Show the edit button on hover of the chat name */
.chat-header:hover .editbutton { .chat-header:hover .editbutton {
display: inline !important; display: inline !important;