Widen text input/output area
Wide chat.openai.com by semnodime
Details
Authorsemnodime
LicenseNo License
Categoryopenai
Created
Updated
Size258 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wide chat.openai.com
@version 20230524.20.01
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://chat.openai.com/") {
@media (min-width: 1280px) {
.xl\:max-w-3xl {
max-width: 150rem;
}
}
}