Skip to content

◆ChatGPT by syon

Details

Authorsyon

LicenseNo License

Categorychatgpt

Created

Updated

Size547 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Wide chat spaces.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ◆ChatGPT
@version      20230205.05.49
@namespace    ?
==/UserStyle== */

@-moz-document domain("chat.openai.com") {
#__next {
  /* remove system-ui */
  font-family: Söhne, ui-sans-serif, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: "palt";
}

/* Wide space */
#__next main > div > div > div > div > div > div {
  max-width: initial !important;
  margin: 0 2em;
}
}

Reviews

No reviews yet.