Skip to content

ChatGPT Style Fix by FXZFun-6227

Details

AuthorFXZFun-6227

LicenseGNU GPL v3

Categorychat.openai.com

Created

Updated

Code size238 B

Code checksum5f453877

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Resizes the left sidebar to fit the content again.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         chat.openai.com
@version      20230426.05.16
@namespace    ?
==/UserStyle== */

@-moz-document domain("chat.openai.com") {
@media (min-width: 768px) {
    .md\:w-\[260px\] {
        width: initial;
    }
}
}

Reviews

No reviews yet.