Skip to content

RTL Support for app.clickup.com by mahoor13

Details

Authormahoor13

LicenseNo License

Categoryclickup.com, RTL

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Right to Left Support for app.clickup.com
RTL is used for several languages such as Persian (Farsi), Arabic, Hebrew.
Default font for some items, already changed to "Vazirmatn".

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         RTL Support for app.clickup.com
@version      20220708.08.49
@namespace    userstyles.world/user/mahoor13
@description  Right to Left Support for app.clickup.com
RTL is used for several languages such as Persian (Farsi), Arabic, Hebrew.
Default font for some items, already changed to "Vazirmatn".

@author       mahoor13
@license      No License
==/UserStyle== */

@-moz-document domain("app.clickup.com") {
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300&display=swap');

.cu-task-row-main__link-text-inner,
.cu-comment-viewer-content,
.cu-task-row-new__input,
.task-name__overlay,
.task-todo-item__name-text-inner-link,
.cu-panel-board__clickable-name,
.cu-attachments-tile__filename,
.task-history-item__content > .ng-star-inserted,
.task__parent-name,
.cu-notification__task-name,
.cu-notification-item__values,
.cu-notification-item__link,
.cu-notification-item__link_subtask,
.cu-notification-item__link-file,
.cu-task-row-main__parent-name,
.ql-block,
textarea {
    direction: rtl !important;
    font-family: 'Vazirmatn', '-apple-system', BlinkMacSystemFont, 'Segoe UI', roboto, 'Helvetica Neue', helvetica, arial, sans-serif;
}

.ql-block{
    text-align: right;
}

.cu-task-row-main__link-text-inner,
textarea {
    display: inline-block;
}

.cdk-drag.task-todo-item.ng-star-inserted {
    font-family: 'Vazirmatn', '-apple-system', BlinkMacSystemFont, 'Segoe UI', roboto, 'Helvetica Neue', helvetica, arial, sans-serif;
}
}

Reviews

No reviews yet.