refactor: larger secondary field in timer

This commit is contained in:
Carlos Valente
2025-10-09 10:36:32 +02:00
committed by Carlos Valente
parent 1fc4a06133
commit 62c52bca07
+1 -1
View File
@@ -58,7 +58,7 @@ export function getEstimatedFontSize(stageTimer: string, secondaryContent?: stri
timerFontSize = fontSizeMap[stageTimerCharacters];
}
let externalFontSize = timerFontSize * 0.2;
let externalFontSize = timerFontSize * 0.325;
if (secondaryContent) {
// we need to shrink the timer if the external is going to be there
// this number has been tweaked to fit in a landscape mobile screen