From 167f8423c434bb2335893b5d6f09aa1a0d2d101f Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Mon, 27 Apr 2020 13:21:49 -0400 Subject: [PATCH] nudge minimize label over --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 0330745..0173801 100644 --- a/style.css +++ b/style.css @@ -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"] { @@ -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; @@ -524,7 +524,7 @@ ul.tree-view details > summary:before { } ul.tree-view details[open] > summary:before { - content: '-' + content: "-"; } pre {