Commit 6db4a9b2 authored by henry's avatar henry Committed by richard
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 4eca7b01
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;