We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c229728 commit 0dcfb75Copy full SHA for 0dcfb75
js/timer.js
@@ -300,7 +300,7 @@ if (os !== "Android") {
300
301
function resizeScreen() {
302
let scaleVal = window.innerHeight / 600;
303
- if (window.innerWidth < 400 && window.innerHeight >= window.innerWidth * 1.333) {
+ if (window.innerWidth < 400 && window.innerHeight >= window.innerWidth * 2.333) {
304
scaleVal = window.innerWidth / 400;
305
if (externalContainer === null) {
306
let bodyTmp = document.body;
0 commit comments