Wider chats
chatGPT: wide by sbebe
Details
Authorsbebe
LicenseNo License
Categoryhttps://chat.openai.com/
Created
Updated
Size383 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 chatGPT wide
@version 20230703.08.56
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://chat.openai.com/"), url-prefix("https://chatgpt.com/") {
.gizmo .gizmo\:xl\:max-w-\[48rem\] {
max-width: 95%;
}
.md\:max-w-3xl, .max-w-lg {
max-width: 95%;
}
.max-h-\[75vh\] {
max-height: 95%;
}
.prose {
max-width: 100%;
}
}