Skip to content

Chat GPT Full Width Content by thisbailiwick

Screenshot of Chat GPT Full Width Content

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

Make ChatGPT use the full width of the content column.

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

Reviews

No reviews yet.