Skip to content

Commit 732a970

Browse files
committed
wip: adjust part/piece timer
1 parent 0c2a3ee commit 732a970

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/webui/src/client/styles/countdown/director.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ $hold-status-color: $liveline-timecode-color;
203203
font-size: 16em;
204204
padding: 0 0.2em;
205205
line-height: 1em;
206+
margin-top: 10px;
206207

207208
> .overtime {
208209
color: $general-late-color;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ function DirectorScreenRender({
441441
label: '',
442442
width: '90vw',
443443
fontFamily: 'Roboto Flex',
444-
fontSize: '1.2em',
444+
fontSize: '1.3em',
445445
minFontWidth: 70,
446446
maxFontWidth: 100,
447447
defaultWidth: 90,
@@ -542,7 +542,7 @@ function DirectorScreenRender({
542542
label: '',
543543
width: '90vw',
544544
fontFamily: 'Roboto Flex',
545-
fontSize: '1.2em',
545+
fontSize: '1.3em',
546546
minFontWidth: 70,
547547
maxFontWidth: 100,
548548
defaultWidth: 90,

0 commit comments

Comments
 (0)