Skip to content

Instantly share code, notes, and snippets.

@azz
Created June 13, 2019 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azz/1fa283be622a21c4de240a728d42e432 to your computer and use it in GitHub Desktop.
Save azz/1fa283be622a21c4de240a728d42e432 to your computer and use it in GitHub Desktop.
Jira board compact mode
@-moz-document url-prefix("https://jira.iress.com") {
#ghx-pool .ghx-issue .ghx-issue-content {
min-height: auto;
}
#ghx-pool .ghx-issue-fields .ghx-key {
margin-left: 16px;
}
#ghx-pool .ghx-issue .ghx-issue-fields {
padding-right: 0;
}
#ghx-pool .ghx-issue .ghx-flags {
left: 33px;
top: 10px;
}
#ghx-pool .ghx-issue .ghx-avatar {
left: 6px;
right: inherit;
top: inherit;
bottom: 11px;
}
#ghx-pool .ghx-issue .ghx-avatar img {
height: 26px;
width: 26px;
}
#ghx-pool .ghx-issue .ghx-extra-fields {
font-size: 12px !important;
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment