Skip to content

ChatGPT: More Space by zbecknell

Details

Authorzbecknell

LicenseNo License

Categorychat.openai.com

Created

Updated

Size367 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A very simple modification to provide more space for responses.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ChatGPT: More Space
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    More space for easier code block reading, etc.
@author         Zachary Becknell
==/UserStyle== */

@-moz-document domain("chat.openai.com") {
    /* Insert code here... */
	.xl\:max-w-3xl {
		max-width: 100vw;
		padding: 15px;
	}
}

Reviews

No reviews yet.