Skip to content
Snippets Groups Projects
Commit 30cd26a8 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Temporary changes to about:torconnect for Android.

Bug 41621: Make sure button's layout parent is .button-container when
not on android.
parent b5ccefa5
Branches
Tags
1 merge request!1049Bug 42616 (part 2): Rebased onto Firefox 128.0esr release
......@@ -449,6 +449,11 @@ body.android {
flex: 1;
}
body:not(.android) #connectButtonContainer {
/* Use the .button-container context */
display: contents;
}
.android #connectButtonContainer {
width: 100%;
padding-bottom: 18px;
......
......@@ -6,7 +6,7 @@
http-equiv="Content-Security-Policy"
content="default-src chrome:; object-src 'none'"
/>
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width" />
<link
rel="stylesheet"
href="chrome://global/content/torconnect/aboutTorConnect.css"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment