Resizes the left sidebar to fit the content again.
ChatGPT Style Fix by FXZFun-6227
Details
AuthorFXZFun-6227
LicenseGNU GPL v3
Categorychat.openai.com
Created
Updated
Size238 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 chat.openai.com
@version 20230426.05.16
@namespace ?
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
@media (min-width: 768px) {
.md\:w-\[260px\] {
width: initial;
}
}
}