Skip to content

Claude.ai - Wider chat bubbles by StoryThief

Screenshot of Claude.ai - Wider chat bubbles

Details

AuthorStoryThief

LicenseCC0

Categoryhttps://claude.ai/

Created

Updated

Code size285 B

Code checksum7e39de5d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small mod to utilise most of browsers width

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

Reviews

No reviews yet.