Bug 42100: Center the select in about:torconnect
- Sep 25, 2023
-
-
Pier Angelo Vendrame authored
Bug 42100: Center the select in about:torconnect
-
tor-browser
- !fixups
to tor-browser
-specific commits, new features, security backportsbase-browser
- !fixups
to base-browser
-specific commits, new features to be shared with mullvad-browser
, and security backports
base-browser
and tor-browser
please clearly label in the change description which commits should be cherry-picked to base-browser
after merging/cc
all the relevant reviewers (since gitlab only allows 1 reviewer)Center the select
in about:torconnect
.
I think only line-height
works reliably for selects
. The padding-top
would also work, but it's probably a worse solution.
Sadly, min-height
is set instead of height
, but I don't know of cases for which that min-height
would be not enough.
Triggered the connection assist with torbrowser.debug.censorship_level
set to 3
to make the select visible.
/cc @jag
Bug 42100: Center the select in about:torconnect