Skip to content
Snippets Groups Projects
Verified Commit e2461a25 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 04034854
Branches
Tags
1 merge request!1037Bug 42614: Rebased onto 115.12
......@@ -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