Skip to content

Wide ChatGPT by Tiky8192

Screenshot of Wide ChatGPT

Details

AuthorTiky8192

LicenseCC0

Categorychat.openai.com

Created

Updated

Size331 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the chat

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Wide ChatGPT
@version      20240104.22.12
@namespace    ?
==/UserStyle== */

@-moz-document domain("chat.openai.com") {
/* Changes:

* Fix chat not being wide when sidebar is hidden.

*/

@media (min-width:1280px) {
    .xl\:max-w-\[48rem\], .xl\:px-5 {
        max-width: 80rem !important;
    }
}
}

Reviews

No reviews yet.