Skip to content

ChatGPT: More Space by zbecknell

Details

Authorzbecknell

LicenseNo License

Categorychat.openai.com

Created

Updated

Size391 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-\[48rem\], 
	.lg\:max-w-\[40rem\] {
		max-width: 100% !important;
	}
}

Reviews

No reviews yet.