Skip to content

chatGPT: wide by sbebe

Details

Authorsbebe

LicenseNo License

Categoryhttps://chat.openai.com/

Created

Updated

Size347 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Wider chats

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         chatGPT wide
@version      20230703.08.56
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://chat.openai.com/") {
.gizmo .gizmo\:xl\:max-w-\[48rem\] {
    max-width: 95%;
}
.md\:max-w-3xl, .max-w-lg {
    max-width: 95%;
}
.max-h-\[75vh\] {
    max-height: 95%;
}
.prose {
    max-width: 100%;
}
}

Reviews

No reviews yet.