make ClickUp support RTL and bigger text to be readable
ClickUp RTL & Bigger text by essamsoft

Details
Authoressamsoft
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ClickUp RTL & Bigger text by EssamSoft
@version 20221211.09.07
@namespace userstyles.world/user/essamsoft
@description make ClickUp support RTL and bigger text to be readable
@author essamsoft
@license No License
==/UserStyle== */
@-moz-document domain("app.clickup.com") {
.ql-code-block-container {
direction: ltr;
text-align:left;
}
.cu-task-row-main__link-text-inner {
font-size: 18px;
}
.cu-editor {
font-size: 18px;
direction: rtl!important;
}
span.codox-user-caret-label.codox-user-caret-label-visible {
left: auto!important;
right: -1px;
}
#commentForm li,
#commentForm p,
.cu-comment__text li,
.cu-comment__text p {
font-size: 18px;
direction: rtl!important;
}
#commentForm li,
#commentForm p,
.cu-comment__text li {
text-align: right;
}
textarea.task-name,
.task-name__overlay {
text-align: right;
direction: rtl!important;
}
.notranslate.cu-editor.ql-container.ql-bubble *:not(h1, h2, h3, h4) {
font-size: 18px;
/* direction: rtl!important;
text-align: right; */
}
.cu-dashboard-doc-main__content .cu-editor-wrapper .cu-editor-content .ql-container:not(.cu-comment-editor-content) .ql-editor {
text-align: right;
direction: rtl;
}
.comment-bar__icon.icon {
left: 20px;
right: 0;
}
.ql-container .ql-editor {
text-align: right;
direction: rtl;
}
.cu-editor-wrapper .cu-editor blockquote {
border-left: 0;
border-right: 4px solid #d8d8d8;
margin-bottom: 20px;
margin-top: 20px;
padding-right: 12px!important;
padding-left: 12px!important;
font-style: italic;
}
.cu-editor ol li,
.cu-editor ul li,
.ql-editor ol li,
.ql-editor ul li {
padding-right: 2.2em;
padding-left: 10px;
}
.ql-editor li > .ql-ui:before,
.cu-draft-view__container .cu-editor-wrapper .cu-editor li[data-list=bullet] > .ql-ui:before,
.cu-grid-dashboard .cu-editor-wrapper .cu-editor li[data-list=bullet] > .ql-ui:before,
.task-container .cu-editor-wrapper .cu-editor li[data-list=bullet] > .ql-ui:before,
.cu-editor-wrapper .cu-editor li[data-list=toggled] > .ql-ui,
.cu-editor ol > li[data-checked=false]:before,
.cu-editor ol[data-checked=false] > li:before,
.cu-editor ul > li[data-checked=false]:before,
.cu-editor ul[data-checked=false] > li:before,
.ql-editor ol > li[data-list=unchecked] > .ql-ui:before {
margin-right: -22px;
}
}