Skip to content

ChatGPT - fixed some UI issues by Inversion-des

Screenshot of ChatGPT - fixed some UI issues

Details

AuthorInversion-des

LicenseNo License

Categorychat.openai.com

Created

Updated

Size749 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixing the next issues:

  • make textarea compatible with Grammarly;
  • wider text input and output blocks (reduce scrolling).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Fixed some UI issues
@namespace      github.com/openstyles/stylus
@version        1.1.0
@description    Fixed some UI issues
@author         Inversion
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
/* make textarea compatible with Grammarly */
textarea[data-id] {
    min-height: 48px !important;
}

/* (this broke more then fixed, seems not needed anymore) fix layout for numbered lists (broken by the "Superpower ChatGPT" extenstion) */
/*
div [id^=message] {
    white-space:normal !important;
}
div [id^=message] li p {
    margin-bottom: 10px;
}
*/

/* wider text input and output blocks (reduce scrolling) */
.xl\:max-w-3xl, .lg\:max-w-3xl {
    max-width: 62rem;
}

}

Reviews

No reviews yet.