[tbb-commits] [tor-browser/tor-browser-91.2.0esr-11.0-1] fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

sysrqb at torproject.org sysrqb at torproject.org
Wed Oct 6 13:32:12 UTC 2021


commit 1bdb305670d640670e549fc61be0a688d0a4be7b
Author: Richard Pospesel <richard at torproject.org>
Date:   Wed Sep 22 17:25:58 2021 -0500

    fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
---
 browser/components/torpreferences/content/torPreferences.css | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/browser/components/torpreferences/content/torPreferences.css b/browser/components/torpreferences/content/torPreferences.css
index e3cc429f5982..a977648f0810 100644
--- a/browser/components/torpreferences/content/torPreferences.css
+++ b/browser/components/torpreferences/content/torPreferences.css
@@ -70,7 +70,7 @@
 #torPreferences-connectMessageBox-message {
   display: block;
   line-height: 16px;
-  font-size: 13px;
+  font-size: 1.0em;
   margin-right: 8px;
   padding-left: 4px!important;
   padding-top: 4px!important;
@@ -83,15 +83,16 @@
   line-height: 24px;
   min-height: 24px;
   max-height: 24px;
+  min-width: 0px;
   margin: 0px;
 
-  border-radius: 2px;
+  border-radius: 4px;
   border: 0;
-  padding: 0px 8px;
+  padding: 0px 1.25em;
   margin-left: auto;
   margin-right: 0px;
 
-  font-size: 11px;
+  font-size: 0.9em;
   font-weight: 600;
   white-space: nowrap;
 





More information about the tbb-commits mailing list