mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Swap border on user messages
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user