Skip to content

ClickUp RTL & Bigger text by essamsoft

Screenshot of ClickUp RTL & Bigger text

Details

Authoressamsoft

LicenseNo License

Categoryuserstyles

Created

Updated

Code size3.1 kB

Code checksum89eba8d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

make ClickUp support RTL and bigger text to be readable

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       clickup  RTL
@version    20250420.09.54
@namespace  ?
==/UserStyle== */

@-moz-document domain("app.clickup.com") {
span.ql-ui {

    position:absolute;
    right: -10px;
}

.ql-code-block-container {
	direction: ltr;
	text-align: left;
}

.cdk-drop-list .cu-checklist-item__name {
	direction: rtl;
}

.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;
}

.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;
}

.ql-frame.ql-frame-with-top-tooltip {
	direction: ltr;
	text-align: left;
}

.ql-frame.ql-frame-with-top-tooltip .ql-frame__dropdown-menu span {
	font-size: 14px !important;
}

.comment-viewer__control {
	background: #00000075;
}

.ql-rendered-list-container .ql-rendered-bullet-list:before {
	right: -0.4em;
	left: unset !important;
}
.cu-comment-viewer-content:not(.cu-email-reply__content)
	.ql-rendered-list-container
	.ql-rendered-ordered-list:before {
	margin-left: auto !important;
	margin-right: -2.5em;
}
.cu-comment-viewer-content:not(.cu-email-reply__content) ol li {
	margin-left: 0;
	padding-left: 0;
	padding-right: 1em;
	margin-right: 1em;
}

.task-todo-item__name.subtask .task-todo-item__name-text-inner-link {
	direction: rtl;
}


.cu-task-row-main_list-view-v3 .cu-task-row-main__link-text-inner {
    
font-size: 20px;
font-weight: bold;
}
}

Reviews

No reviews yet.