Skip to content

openai chatgpt wide chat by wakamex

Screenshot of openai chatgpt wide chat

Details

Authorwakamex

LicenseNo License

Categoryhttps://chat.openai.com/

Created

Updated

Size430 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes the response field wide

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         openai chatgpt wide chat
@version      20240513.14.12
@namespace    https://userstyles.world/user/wakamex
@description  makes the response field wide
@author       wakamex
@license      No License
==/UserStyle== */

@-moz-document domain("chat.openai.com"), domain("chatgpt.com") {
@media {
    .md\:max-w-3xl {
        max-width: 100%;
    }
    .xl\:max-w-3xl {
        max-width: 100%;
    }
}

}

Reviews

No reviews yet.