Wide cladue.ai dialog. It's more convenient to read codes, or just lazy to scroll screen.
wide claude.ai by iahu
Details
Authoriahu
LicenseNo License
Categoryi18u.cladue.ai
Created
Updated
Size419 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 wide claude.ai
@version 20230812.05.05
@namespace userstyles.world/user/iahu
@description Wide cladue.ai dialog. It's more convenient to read codes, or just lazy to scroll screen.
@author iahu
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://claude.ai/chat/") {
.max-w-3xl {
max-width: 60rem;
}
.max-w-\[75ch\] {
max-width: none;
}
}