Compact mode for Jira Kanban board UI.
Jira Kanban Compact by min4builder
Details
Authormin4builder
LicenseCC-BY-SA
Category*.atlassian.net/jira/software/c/projects/
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Jira New UI Compact
@version 20231101.12.59
@namespace userstyles.world/user/min4builder
@description Compact mode for new (experimental) Jira Kanban board UI.
@author min4builder
@license CC-BY-SA
==/UserStyle== */
@-moz-document regexp("https://.*\\.atlassian\\.net/jira/software/c/projects/.*") {
/* HEADER */
.css-18trwji, .css-1qpaaev, .css-1fa9091 {
/* improve spacing between parts of the header */
margin: 0;
}
.eddmWW, .css-cayjis {
/* fix spacing around header */
margin: 0.5rem !important;
margin-bottom: 0 !important;
}
/* COLUMNS */
.eQidgf, ._1yt4zdiv {
/* improve spacing to the left of the columns */
padding: 0 0.5rem;
}
._4t3is4d4 {
/* fix column title spacing */
height: unset;
}
.lfjmMj {
/* move columns closer to each other */
margin: 0 0.125rem;
}
/* ISSUE DIALOG */
.css-1apimtz {
/* make issue dialog fill whole screen */
max-width: calc(100vw - 2rem);
max-height: calc(100vh - 2rem);
inset-block-start: 1rem;
}
._n3tdu2gc, ._ca0q1ejb, ._u5f315zz, ._19bvxy5q {
/* improve padding inside dialog */
padding-top: 0.5rem;
padding-bottom: 0;
padding-right: 0.5rem;
padding-left: 0.5rem;
}
._94n51i6y {
/* don't float "Add a comment..." box */
bottom: unset;
}
._16qsjp4k {
/* don't add shadow to "Add a comment..." box */
box-shadow: none;
}
/* GENERAL */
html[data-theme~="spacing:spacing"] {
/* set all default spacings to 1rem */
--ds-space-150: 1rem;
--ds-space-200: 1rem;
--ds-space-250: 1rem;
--ds-space-300: 1rem;
--ds-space-400: 1rem;
--ds-space-500: 1rem;
--ds-space-600: 1rem;
--ds-space-800: 1rem;
--ds-space-1000: 1rem;
--ds-space-negative-200: -1rem;
--ds-space-negative-250: -1rem;
--ds-space-negative-300: -1rem;
--ds-space-negative-400: -1rem;
}
}