Skip to content

widen ChatGpt message by qwer

Screenshot of widen ChatGpt message

Details

Authorqwer

LicenseNo License

Categorychat.openai.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

widen ChatGpt message and input area

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         WideGPT
@version      0.1
@namespace    https://tryfinally.dev/
@description  Simply makes your ChatGPT conversations wider. Convenient if you're using a computer monitor produced after 1999.
@author       tryfinally.dev
==/UserStyle== */
@-moz-document domain("chat.openai.com"), domain("chatgpt.com") {
    /* change the input area*/
    .xl\:max-w-3xl {
        max-width: 98% !important;
    }
    /* change the input area font size start*/
    #prompt-textarea {
        font-size:21px !important;
    }
textarea, p,.flex-col, .code >*, .text-message > *{
       font-size: 20px !important;
    }
     /* change the input area font size finsh*/
    .code {
        font-size: 20px !important;
    }
    
    /* change the message area*/
    .text-base {
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 5px !important;
    }
    .flex-col{
         font-size: 19px !important;
    }
    /*    gpt message area  */
    p{
         font-size: 20px !important;
    }
    textarea{
         font-size: 20px !important;
    }
}

Reviews

No reviews yet.