Small mod to utilise most of browsers width
Claude.ai - Wider chat bubbles by StoryThief
Details
AuthorStoryThief
LicenseCC0
Categoryhttps://claude.ai/
Created
Updated
Size285 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.ai - Wider chat bubbles
@version 20230723.07.17
@namespace StoryThief
==/UserStyle== */
@-moz-document url-prefix("https://claude.ai/chat/") {
.max-w-3xl {
max-width: 98rem;
}
.max-w-\[75ch\] {
max-width: 140ch;
}
}