mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Make 90% instead of 70%
This commit is contained in:
@@ -22,14 +22,14 @@ a.is-disabled {
|
||||
}
|
||||
|
||||
.user-message {
|
||||
max-width: 70%;
|
||||
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