Skip to content

Commit

Permalink
nudge minimize label over
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Apr 27, 2020
1 parent 64b56d0 commit 167f842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ button::-moz-focus-inner {
.title-bar-controls button[aria-label="Minimize"] {
background-image: svg-load("./icon/minimize.svg");
background-repeat: no-repeat;
background-position: bottom 3px left 3px;
background-position: bottom 3px left 4px;
}

.title-bar-controls button[aria-label="Maximize"] {
Expand Down Expand Up @@ -513,7 +513,7 @@ ul.tree-view details > summary:before {
text-align: center;
display: block;
float: left;
content: '+';
content: "+";
border: 1px solid #808080;
width: 8px;
height: 9px;
Expand All @@ -524,7 +524,7 @@ ul.tree-view details > summary:before {
}

ul.tree-view details[open] > summary:before {
content: '-'
content: "-";
}

pre {
Expand Down

0 comments on commit 167f842

Please sign in to comment.