Reduces empty space in ticket views.
Jira Cloud Compact Tickets by balagansky
Details
Authorbalagansky
LicenseMIT
Categoryatlassian.net
Created
Updated
Code size1.1 kB
Code checksumdddcd94c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Quick and dirty compactification with only limited testing.
Source code
/* ==UserStyle==
@name Jira Cloud Compact Tickets
@namespace github.com/openstyles/stylus
@version 1.0.2
@description Reduces empty space in ticket views.
@author Ruslan Balagansky
==/UserStyle== */
@-moz-document regexp("https://.*\\.atlassian\\.net/browse/.*") {
/* reduce spacing */
html[data-theme~="spacing:spacing"] {
--ds-space-0: 0rem;
--ds-space-025: 0.025rem;
--ds-space-050: 0.25rem;
--ds-space-075: 0.375rem;
--ds-space-100: 0.1rem;
--ds-space-150: 0.2rem;
--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;
}
/* add spacing to avoid overlaps from space reduction above*/
.css-1uww2tp { /* left panel */
padding-left: 5px;
}
._1nmz1hna { /* right panel */
padding-left: 5px
}
.css-169lhao { /* comments */
padding-bottom: 0.9rem
}
.sc-1re0dq2-0, .xwAQm, .q52d93-1, .dWGJTn { /* estimate field value */
padding-top: 0.5rem
}
}