[tor-commits] [torbutton/master] Bug 40039: added min-height rule to Tor Circuit heading so onion icon is not cropped

sysrqb at torproject.org sysrqb at torproject.org
Mon Jun 21 21:52:26 UTC 2021


commit 0e79e26f682c87fbe26a42c021d9a4f72e2ae8aa
Author: Richard Pospesel <richard at torproject.org>
Date:   Thu Jun 17 15:47:07 2021 +0200

    Bug 40039: added min-height rule to Tor Circuit heading so onion icon is not cropped
---
 chrome/skin/tor-circuit-display.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/skin/tor-circuit-display.css b/chrome/skin/tor-circuit-display.css
index 35c786ec..6f132db8 100644
--- a/chrome/skin/tor-circuit-display.css
+++ b/chrome/skin/tor-circuit-display.css
@@ -15,6 +15,7 @@ and lines drawn between them to represent Tor network inter-relay connections.
   background-repeat: no-repeat;
   background-position: 0 50%;
   background-size: 16px auto;
+  min-height:  16px;
   -moz-context-properties: fill, fill-opacity;
   fill: currentColor;
   /* icon indent + 16px icon width + 6px description margin





More information about the tor-commits mailing list