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 e4aa9ed commit 9b9a17aCopy full SHA for 9b9a17a
apps/tileclk/app.js
@@ -164,7 +164,7 @@
164
};
165
166
// Touch areas
167
- const mainTimeArea = { top: widgetYOffset, bottom: widgetYOffset + Math.round(0.6 * height) };
+ const mainTimeArea = { top: widgetYOffset, bottom: widgetYOffset + Math.round(0.75 * height) };
168
const bottomArea = { top: positions.seconds.y + widgetYOffset - 10, bottom: height };
169
170
const threeDigitLayout = [
0 commit comments