Skip to content

Grok.com Wider Chat by ThoughtPhotography

Details

AuthorThoughtPhotography

LicenseNo License

Categorygrok.com

Created

Updated

Code size315 B

Code checksum97acc833

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increases the maximum chat width to 125 characters.

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;
  }
}

Reviews

No reviews yet.