Skip to content

Fixed wide v2 by SashaPutsyk

Details

AuthorSashaPutsyk

LicenseCC Zero

Categoryuserstyles

Created

Updated

Size631 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixed wide for chat.openai.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Fixed wide
@namespace      github.com/openstyles/stylus
@version        1.0
@description    Fixed wide
@author         SaSh0o0k
==/UserStyle== */

@-moz-document domain("chat.openai.com"){
    /* make textarea compatible with Grammarly */
    textarea[data-id] {
        min-height: 48px !important;
    }

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

    @media (min-width: 1024px) {
    main > div.flex-1.overflow-hidden > div > div > div > div > div {
        max-width: 80%;
    } }
}

Reviews

No reviews yet.