Skip to content

Claude Wider Chat by sammcj

Screenshot of Claude Wider Chat

Details

Authorsammcj

LicenseMIT

Categoryclaude.ai

Created

Updated

Size400 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Claude chat 75% wider, wasting less screen real estate.

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

Reviews

No reviews yet.