Makes chat gpt wider
Wide ChatGPT by GiDRaPiTaRdA

Details
AuthorGiDRaPiTaRdA
LicenseNo License
Categorychatgpt.com
Created
Updated
Code size252 B
Code checksum20117a25
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wide ChatGPT
@version 20250222.14.29
@namespace ?
==/UserStyle== */
@-moz-document domain("chatgpt.com") {
.xl\:max-w-\[48rem\] {
max-width: 90rem !important;
}
.md\:max-w-3xl {
max-width: 90rem !important;
}
}