Skip to content

AppFolio JIRA Layout by seth-macpherson

Screenshot of AppFolio JIRA Layout

Details

Authorseth-macpherson

LicenseNo License

Categoryatlassian.net

Created

Updated

Size786 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Expand card min-width and lose the right padding on card descriptions.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           9/4/2023, 7:17:03 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("atlassian.net") {
    /* auto hides empty columns */
    div[data-component-selector="platform-board-kit.ui.column.draggable-column"]:has(h2[aria-label="UX Review"]) {
        display: none;
    }
    /* 
    div[data-component-selector="platform-board-kit.ui.column.draggable-column"]:not(:has(:nth-child(3))) div div div {
        background-color: white !important;
    }
    */
    div[data-component-selector="platform-board-kit.ui.column.draggable-column"] {
        min-width: 250px;
    }
    div[role="presentation"] > span {
        padding-right: 0;
    }
}



Reviews

No reviews yet.