commit ff6f91f3dacb02fedfce7fe965e385cbe4965520
Author: Arlo Breault <[email protected]>
Date:   Mon Jun 24 16:07:03 2019 -0400

    Make the doorhanger narrower in FF
---
 proxy/webext/popup.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/proxy/webext/popup.css b/proxy/webext/popup.css
index df526d9..ca3c426 100644
--- a/proxy/webext/popup.css
+++ b/proxy/webext/popup.css
@@ -1,16 +1,16 @@
 body {
-       margin: 1em;
+       margin: 10px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
+       width: 300px;
 }
 
 #active {
-       padding: 2em;
+       padding: 20px;
        text-align: center;
-       min-width: 128px;
 }
 
 .learn {
-       padding-top: 1em;
+       padding-top: 10px;
        border-top: 1px solid grey;
 }
 

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to