makes the response field wide
openai chatgpt wide chat by wakamex

Details
Authorwakamex
LicenseNo License
Categoryhttps://chat.openai.com/
Created
Updated
Code size554 B
Code checksumf5fcceaa
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 chat
@version 20250417.14.12
@namespace https://userstyles.world/user/wakamex
@description makes the response field wide
@author wakamex
@license No License
==/UserStyle== */
@-moz-document domain("chat.openai.com"), domain("chatgpt.com") {
[class*="--thread-content-max-width"] {
--thread-content-max-width: 100% !important
}
[class*="max-w-[var(--user-chat-width"] {
--user-chat-width: 100% !important
}
[class*="max-w-[var(--user-chat-width"] {
width: 100% !important
}
}