Skip to content

Commit 42d7af4

Browse files
committed
wip: raise minWidth
1 parent a902163 commit 42d7af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webui/src/client/ui/ClockView/DirectorScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ function DirectorScreenRender({
442442
width: '90vw',
443443
fontFamily: 'Roboto Flex',
444444
fontSize: '1.2em',
445-
minFontWidth: 32,
445+
minFontWidth: 70,
446446
maxFontWidth: 100,
447447
defaultWidth: 90,
448448
minLetterSpacing: 0,
@@ -543,7 +543,7 @@ function DirectorScreenRender({
543543
width: '90vw',
544544
fontFamily: 'Roboto Flex',
545545
fontSize: '1.2em',
546-
minFontWidth: 32,
546+
minFontWidth: 70,
547547
maxFontWidth: 100,
548548
defaultWidth: 90,
549549
minLetterSpacing: 0,

0 commit comments

Comments
 (0)