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