Just increases the width of the chat to the full browser width
Full Width umgpt.umich.edu by CommanderPho
Details
AuthorCommanderPho
LicenseNo License
Categoryumgpt.umich.edu
Created
Updated
Size270 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 Full Width umgpt.umich.edu
@version 20240306.22.56
@namespace https://userstyles.world/user/Pho Hale
@author Pho Hale
==/UserStyle== */
@-moz-document url-prefix("https://umgpt.umich.edu/") {
.xl\:max-w-3xl {
max-width: 98%;
}
}