We made it really easy to switch Clickup to right-to-left by style.
Here's a handy list of common right-to-left languages:
Arabic
Farsi
Hebrew
Urdu
Yiddish
Authorndr053
LicenseNo License
Categoryclickup
Created
Updated
Size767 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
We made it really easy to switch Clickup to right-to-left by style.
Here's a handy list of common right-to-left languages:
Arabic
Farsi
Hebrew
Urdu
Yiddish
/* ==UserStyle==
@name ClickUp RTL
@namespace clickup.com
@version 0.0.1
@description switch Clickup to right-to-left by style
@author Hamed Naderfar
==/UserStyle== */
@-moz-document domain("clickup.com") {
body, .dark-sidebar{
text-align: right !important;
direction: rtl !important;
}
.ql-editor {
text-align: right !important;
direction: rtl !important;
}
.task-container .cu-editor-wrapper .cu-editor li[data-list="bullet"] > .ql-ui::before {
margin-right: -1.2rem;
}
.comment-bar__icon{
left: 20px !important;
right: auto;
}
.cu-os-win .cu-float-button {
right: auto !important;
left: 20px;
}
.cu-tray-bar__body:not(.cu-tray-bar__body_v3) {
right: auto !important;
left: 250px;
}
}