Add RTL support to teamwork.com
Teamwork RTL by arefen
Details
Authorarefen
LicenseNo License
Categoryteamwork.com
Created
Updated
Size530 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 12/4/2022, 4:22:16 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("teamwork.com") {
/* Insert code here... */
.w-task-row__description-content , .w-comment__details-content , .comment , .w-task-row__name , .CodeMirror-wrap, a ,.w-task-row__description-hold {
direction: rtl;
text-align: right;
}
.CodeMirror-wrap {
padding-right: 20px;
}
}