bigger status color indicator in backlog
pretty jira backlog (company managed) by esc5221
Details
Authoresc5221
LicenseNo License
Categoryatlassian
Created
Updated
Size477 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 pretty jira backlog (company managed)
@version 20230515.13.37
@namespace userstyles.world/user/esc5221
@description bigger status color indicator in backlog
@author esc5221
@license No License
==/UserStyle== */
@-moz-document regexp(".*\\.atlassian.net/jira.*") {
.ghx-issue-compact .ghx-issue-content {
padding-left: 24px;
}
.ghx-backlog-card .ghx-grabber {
width: 24px;
}
.ghx-grabber {
text-indent: 0em;
}
}