[Android] Fixed regression: preset labels not correctly sized in landscape mode.
This commit is contained in:
parent
5075f1a87e
commit
d7e785c1a0
|
@ -418,12 +418,9 @@ var UI = (() => {
|
||||||
presets.appendChild(clone);
|
presets.appendChild(clone);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!UI.mobile) {
|
|
||||||
UI.Sites.correctSize(presets);
|
UI.Sites.correctSize(presets);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// URL
|
// URL
|
||||||
{
|
{
|
||||||
let [input, label] = row.querySelectorAll("input.https-only, label.https-only");
|
let [input, label] = row.querySelectorAll("input.https-only, label.https-only");
|
||||||
|
|
Loading…
Reference in New Issue