just makes the centered chat a bit wider on a normal 1080p screen
Wider chat.openai.com by RoyvanEmpel
Details
AuthorRoyvanEmpel
LicenseNo License
Categorychat.openai.com
Created
Updated
Size224 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name openai.com
@version 20231011.10.15
@namespace ?
==/UserStyle== */
@-moz-document domain("openai.com") {
.md\:max-w-3xl
{
max-width: 70%;
}
.xl\:max-w-3xl
{
max-width: 60%;
}
}