Last active
March 7, 2022 15:07
-
-
Save gtgt/534c6cb017aa9697b654671e90cb5f24 to your computer and use it in GitHub Desktop.
Wide jira
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Dark Jira | |
@namespace gist.github.com/gtgt | |
@version 1.0.0 | |
@description Jira for people who like dark user interfaces... | |
@author GT | |
==/UserStyle== */ | |
@-moz-document domain("atlassian.net") { | |
html { | |
background: #222; | |
} | |
body { | |
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%); | |
background: white; | |
overflow: hidden!important; | |
} | |
body.aui-layout { | |
overflow-y: auto!important; | |
} | |
span[role="img"] { | |
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%); | |
} | |
img, svg, iframe, .emoji-common-emoji-sprite { | |
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%); | |
} | |
/* Fix bug with white edges on sprint board */ | |
#gh { | |
padding: 0 40px; | |
} | |
#content { | |
margin: 0; | |
} | |
/* Fix scroll background problems */ | |
[data-testid="Content"] > div:first-child { | |
background: white; | |
} | |
[data-ds--page-layout--slot="main"], .aui-page-panel-content { | |
overflow-y: auto; | |
overflow-x: hidden; | |
} | |
/*#ak-side-navigation > div { | |
position: initial!important; | |
}*/ | |
} | |
@-moz-document domain("clockwork-prod-2.herokuapp.com") { | |
html, body, #content > div > div { | |
background-color: #252526 !important | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Wide Jira | |
@namespace github.com/gtgt/534c6cb017aa9697b654671e90cb5f24 | |
@version 1.0.0 | |
@description Jira for wide monitors... | |
@author GT | |
==/UserStyle== */ | |
@-moz-document domain("atlassian.net") { | |
html, body { | |
background-color: #252526 !important | |
} | |
#page-body > #content { | |
padding: 0; | |
display: flex; | |
margin-top: -2px; | |
} | |
#content .aui-page-panel { | |
padding: 10px 20px; | |
} | |
body > div#page .navigator-container .navigator-body{ | |
padding-left: 20px; | |
} | |
#ak-main-content { | |
padding-top: 10px; | |
} | |
#ghx-header { | |
padding: 0 20px!important; | |
} | |
#ghx-operations { | |
display: none!important; | |
} | |
#ghx-detail-view { | |
min-width: 600px; | |
width: 600px!important; | |
} | |
#content .aui-page-header { | |
display: none; | |
padding: 0 24px 0 0!important; | |
} | |
#gh { | |
padding: 0 0 0 5px; | |
} | |
.adg3 #ghx-plan { | |
margin-right: 0; | |
} | |
.adg3 .issue-container { | |
max-width: none; | |
} | |
.eZmOZO { | |
width: calc(-12px + min(1500px, 75%)); | |
} | |
.JVcbE { | |
width: calc(12px + min(500px, 25%)); | |
} | |
.css-3mje [data-resize-button] { | |
opacity: 0.3; | |
} | |
.bcNBMe { | |
overflow-y: hidden; | |
margin-left: 0; | |
} | |
.giODfv { | |
display: none; | |
} | |
.ibHCeR { | |
display: none; | |
} | |
.bzpsgq { | |
padding-left: 0; | |
} | |
.hxCrwb { | |
padding: 0 10px; | |
} | |
.cBsKKK { | |
margin-right: 0; | |
} | |
.iTnrWV p { | |
font-size: 13px; | |
line-height: 1.4; | |
margin-top: 0.5rem; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment