Skip to content

ChatGPT: tighter text by sbebe

Screenshot of ChatGPT: tighter text

Details

Authorsbebe

LicenseNo License

Categoryhttps://chatgpt.com/c/

Created

Updated

Size808 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make text appear much tighter by reducing between-line whitespace

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ChatGPT: tighter text
@namespace      https://userstyles.world/user/sbebe
@version        1.0.0
@description    Make text appear much tighter by reducing between-line whitespace
@author         sbebe
==/UserStyle== */
@-moz-document url-prefix("https://chat.openai.com/"),
url-prefix("https://chatgpt.com/c/"), url-prefix("https://chatgpt.com/g/") {
    .prose {
        line-height: 1.3;
    }
    .prose :where(p):not(:where([class~=not-prose] *)) {
        margin-bottom: .3em;
        margin-top: .5em;
    }
    .prose :where(li, ul, ol):not(:where([class~=not-prose] *)) {
        margin-bottom: .5em;
        margin-top: .2em;
    }
    .text-message+.\[\.text-message\+\&\]\:mt-5 {
        margin-top: 0;
    }
    .markdown h3 {
        margin-bottom: .2rem;
    }
}

Reviews

No reviews yet.