Skip to content

Playgrounds Focused Window by Jnorm911

Screenshot of Playgrounds Focused Window

Details

AuthorJnorm911

LicenseNo

Category.platform.openai.com/playground

Created

Updated

Code size606 B

Code checksumfb634e4e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

focused and narrow window for ChatGPT playgrounds, good for widescreen monitors with multiple windows.

Notes

v1

Source code

/* ==UserStyle==
@name           Playgrounds Focused Window
@namespace      userstyles.world/user/Jnorm911
@version        1.0.0
@description    focused / narrow window for ChatGPT playgrounds
@author         Jnorm911
@license      No
==/UserStyle== */
@-moz-document url-prefix("https://platform.openai.com/playground") {
    .chat-pg-body > div:first-child {
        max-width: 265px;
    }
    .text-input text-input-md text-input {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .chat-pg-exchange-container .chat-pg-message {
        flex-direction: column;
        padding: 0;
    }
}

Reviews

No reviews yet.