Increases the maximum chat width to 125 characters.
Grok.com Wider Chat by ThoughtPhotography
Details
AuthorThoughtPhotography
LicenseNo License
Categorygrok.com
Created
Updated
Size315 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 www.example.com/abcd
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("grok.com") {
.max-w-3xl {
max-width: 96rem;
}
.max-w-\[75ch\] {
max-width: 125ch;
}
}