Skip to content

Commit

Permalink
update selectors and fix actions wf edit
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Nov 7, 2021
1 parent e7afb53 commit d8e4e9e
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions dark-inspired-github.user.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3355,10 +3355,6 @@ bsh() { box-shadow: arguments }
c: 0 0 var(--color-codemirror-bg)
}

// remove padding from actions workflow
// e.g. https://github.com/the-j0k3r/stylus/actions/runs/607188869/workflow
&-wrapper.bg-white.py-3.rounded-bottom-1 { padding: 0 i }

// Line highlight.
/table.highlight > tbody > tr {
background-color: var(--color-codemirror-bg)
Expand All @@ -3374,12 +3370,27 @@ bsh() { box-shadow: arguments }
/.code-list { & &-item { c: 0 bg3 }}
}

// remove padding from actions workflow on edit
// e.g. https://github.com/the-j0k3r/stylus/actions/runs/607188869/workflow
[action*='ci.yml'] {
.commit-create.pt-1 {
padding-top: 0 i
.CodeMirror[style*='height: 914px'] {
height: 945px
}
}
// make this nav bar height same as on left
[data-test-selector='marketplace-sidebar'] .UnderlineNav {
background-color: bg2 i
height: 2.77rem
}
}

// 2) pinned-item-list-item code blocks items e.g. https://github.com/ChrisTitusTech
.pinned-item-list-item .color-bg-tertiary {
.pinned-item-list-item .color-bg-subtle {
background-color: var(--color-codemirror-bg) i
padding-top: 0 i
padding-bottom: 0 i
rad: 0 i
pre {
padding-left: 10px
&:hover {
Expand Down

0 comments on commit d8e4e9e

Please sign in to comment.