Switches the UI into RTL mode to support prompt input and answer display in RTL
ChatGPT RTL mode by nadavkav
Details
Authornadavkav
LicenseNo License
Categorychat.openai.com
Created
Updated
Size501 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 chat.openai.com - 04/06/2023, 12:43:01
@namespace github.com/openstyles/stylus
@version 1.0.0
@description RTL support to ChatGPT
@author Nadav Kavalerchik
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
main,
p,
#prompt-textarea {
direction: rtl;
}
.lg\:block {
display: block;
top: 40px;
position: absolute;
}
.markdown .rounded-md {
direction: ltr;
}
}