mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Swap border on user messages
This commit is contained in:
@@ -27,6 +27,11 @@ a.is-disabled {
|
||||
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 */
|
||||
.chat-header:hover .editbutton {
|
||||
display: inline !important;
|
||||
|
||||
Reference in New Issue
Block a user