Skip to content

openai chatgpt wide chat by wakamex

Screenshot of openai chatgpt wide chat

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

makes the response field wide

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
}
}

Reviews

No reviews yet.