Make ChatGPT use the full width of the content column.
Chat GPT Full Width Content by thisbailiwick
Details
Authorthisbailiwick
Licensehttps://opensource.org/license/mit/
Categorychat.openai.com
Created
Updated
Size248 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 Chat GPT Full Width Content
@version 20231204.17.21
@namespace ?
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
.flex.flex-1.text-base.mx-auto {
width: 100%;
max-width: 100vw;
}
}