Makes Claude chat 75% wider, wasting less screen real estate.
Claude Wider Chat by sammcj
Details
Authorsammcj
LicenseMIT
Categoryclaude.ai
Created
Updated
Size400 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 Claude Wider Chat
@namespace USO Archive
@author Sam McLeod
@description Makes Claude chat 75% wider, wasting less screen real estate.
@version 20241003.01.01
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document domain("claude.ai") {
.max-w-3xl {
max-width: 96rem;
}
.max-w-\[75ch\] {
max-width: 192ch;
}
}