Input and answer display in RTL
Claude.AI in RTL by nadavkav
Details
Authornadavkav
LicenseNo License
Categoryclaude.ai
Created
Updated
Size424 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 - 23/07/2023, 15:02:24
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fix INPUT and chat output display in RTL mode
@author Nadav Kavalerchik
==/UserStyle== */
@-moz-document domain("claude.ai") {
.ProseMirror p,
.transition-all {
direction: rtl;
}
ol.list-decimal.pl-8 {
padding-right: 2rem;
}
}