mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Make 90% instead of 70%
This commit is contained in:
@@ -21,15 +21,15 @@ a.is-disabled {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
.user-message {
|
||||
max-width: 70%;
|
||||
.user-message {
|
||||
max-width: 90%;
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.assistant-message {
|
||||
max-width: 70%;
|
||||
max-width: 90%;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user