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 6cd20ba7ae5bc205df9001bcb89c97469bb49bdf Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Apr 7 12:50:29 2022 +0200
fixup! squash! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Bug 40873: reduced width of location dropdown to ~240px --- browser/components/torconnect/content/aboutTorConnect.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/browser/components/torconnect/content/aboutTorConnect.css b/browser/components/torconnect/content/aboutTorConnect.css index 6322497b09521..999fc319377a0 100644 --- a/browser/components/torconnect/content/aboutTorConnect.css +++ b/browser/components/torconnect/content/aboutTorConnect.css @@ -125,7 +125,7 @@ div#locationDropdownLabel { margin-inline: 4px; }
-/* these two follow similar css in error-pages.css for buttons */ +/* this follows similar css in error-pages.css for buttons */ @media only screen and (min-width: 480px) { form#locationDropdown { margin-inline: 4px; @@ -136,14 +136,13 @@ div#locationDropdownLabel { }
@media only screen and (max-width: 480px) { - form#locationDropdown, - div#locationDropdownLabel { - margin: 0.66em 0 0; + #tryAgainButton { + margin-top: 4px; } +}
- form#locationDropdown { - width: 100%; - } +form#locationDropdown { + width: 240px; }
form#locationDropdown select {