chatgpt textarea wide
openai chatgpt wide textarea by ayarrus
Details
Authorayarrus
LicenseNo License
Categorychat.openai.com
Created
Updated
Size400 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 openai chatgpt wide
@version 20231117.13.38
@namespace ?
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
/*wide text area*/
form.lg\:max-w-2xl.xl\:max-w-3xl {
max-width: 1300px !important;
}
/* wide chat
.gizmo .gizmo\:xl\:max-w-\[48rem\] {
max-width: 95%;
}
.max-w-lg {
max-width: 95%;
}
.max-h-\[75vh\] {
max-height: 95%;
}
*/
}