This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9.0esr-11.5-1 in repository tor-browser.
commit d14fb6c9346d1927fa09d7acc0cbda9b4a37ad6c Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Apr 7 12:23:55 2022 +0200
fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Bug 40871: increased the width of #connectPageContainer --- browser/components/torconnect/content/aboutTorConnect.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/components/torconnect/content/aboutTorConnect.css b/browser/components/torconnect/content/aboutTorConnect.css index 0a3dc9fbd75fd..ba554729e3872 100644 --- a/browser/components/torconnect/content/aboutTorConnect.css +++ b/browser/components/torconnect/content/aboutTorConnect.css @@ -196,7 +196,8 @@ input[type="checkbox"]:not(:disabled):active:checked {
#connectPageContainer { margin-top: 10vh; - width: 50%; + width: 100%; + max-width: 45em; }
#quickstartCheckbox, #quickstartCheckboxLabel {