[Android] Fixed regression: preset labels not correctly sized in landscape mode.

This commit is contained in:
hackademix 2022-03-26 09:40:04 +01:00
parent 5075f1a87e
commit d7e785c1a0
1 changed files with 1 additions and 4 deletions

View File

@ -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");