Skip to content

Jira whitespace reduce by tim-hitchins-ekkosense

Details

Authortim-hitchins-ekkosense

LicenseMIT

Categoryatlassian

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reduces jira cloud whitespace

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Jira whitespace reduce
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Reduces jira cloud whitespace
@author         Tim Hitchins
==/UserStyle== */
@-moz-document domain("atlassian.net") {
    header[class^="css-"] {
        height: 40px
    }

    [data-testid="rapidboard-breadcrumbs"] {
        margin-top: 0px
    }

    .adg3 #ghx-header.contains-breadcrumbs {
        padding: 0px;
        margin: 0px;
    }

    #ghx-quick-filters {
        margin-bottom: 0px;
    }

    #ghx-header .ghx-sprint-goal {
        display: none;
    }

    #content .aui-page-panel .subnavigator-title {
        font-size: 16px;
    }

    #subnav-title {
        font-size: 24px;
    }

    .adg3 .ghx-column h2 {
        line-height: 1;
        margin: 0px
    }

    #ghx-column-headers {
        padding: 4px;
    }

    .adg3 .ghx-column-headers .ghx-column,
    #ghx-column-headers > ul.ghx-column {
        padding: 6px;
    }

    .ghx-parent-group {
        margin: 2px 0;
    }

    .ghx-column-headers,
    .ghx-columns {
        border-spacing: 2px 0px;
        width: calc(100% - 10px);
        padding-left: 8px;
    }

    .ghx-swimlane-header {
        height: 30px;
    }

    .ghx-issue-subtask .ghx-extra-fields {
        display: none;
    }

    .ghx-issue-subtask > .ghx-stat-fields .ghx-field.ghx-field-icon[data-tooltip="Sub-task"] {
        display: none;
    }

    .ghx-issue-subtask > .ghx-stat-fields .ghx-estimate {
        display: none;
    }

    .ghx-xtra-narrow-card.ghx-narrow-card .ghx-issue-subtask > section.ghx-stat-fields {
        margin-top: 0px
    }

    .ghx-issue-subtask > .ghx-stat-fields .ghx-field.ghx-field-icon[data-tooltip*="priority"] {
        padding: 0px;
    }

    .ghx-issue-subtask > .ghx-stat-fields .ghx-field.ghx-field-icon[data-tooltip*="priority"] + span {
        display: none;
    }

    .ghx-issue-subtask > .ghx-stat-fields .ghx-field.ghx-field-icon[data-tooltip*="priority"] + span + span {
        padding-right: 2px;
    }

    .ghx-issue > section + section {
        margin-top: 2px;
    }
    .ghx-xtra-narrow-card.ghx-narrow-card .ghx-issue .ghx-stat-fields > .ghx-row.ghx-stat-2,
    .ghx-xtra-narrow-card.ghx-narrow-card .ghx-issue > section + section,
    .ghx-issue .ghx-stat-fields > .ghx-row {
        margin-top: 0px;
    }

    .ghx-issue {
        padding: 5px;
        margin-top: 3px;
    }

    nav > ol[class^="css"] {
        display: inline-flex;
    }


    #ak-main-content > :first-child > :first-child[dataTestid="rapidboard-breadcrumbs"],
    #ak-main-content > :first-child > :first-child[dataTestid="rapidboard-breadcrumbs"] > :first-child,
    nav {
        display: inline-block;
    }


    .adg3 #gh {
        margin-top: -32px;
    }

    .adg3:not(.ghx-header-compact) #ghx-header {
        width: auto;
    }

    .adg3 .ghx-top-header {
        display: inline-flex;
    }

    .adg3 #ghx-header {
        display: inline-block;
    }

    #ghx-header {
        position: relative;
        left: 100%;
        transform: translateX(-100%);
    }
}

Reviews

No reviews yet.