Skip to content

Commit d2ea169

Browse files
committed
wip: css adjustments
1 parent 945e9a8 commit d2ea169

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ $hold-status-color: $liveline-timecode-color;
181181
overflow: hidden;
182182
white-space: nowrap;
183183
padding-left: 0.2em;
184-
margin-top: 20px;
184+
margin-top: 12px;
185185
display: flex;
186186
align-items: top;
187187
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ function DirectorScreenRender({
441441
label: '',
442442
width: '90vw',
443443
fontFamily: 'Roboto Flex',
444-
fontSize: '1.3em',
445-
minFontWidth: 70,
444+
fontSize: '1.5em',
445+
minFontWidth: 55,
446446
maxFontWidth: 100,
447447
defaultWidth: 90,
448448
minLetterSpacing: 0,
@@ -542,8 +542,8 @@ function DirectorScreenRender({
542542
label: '',
543543
width: '90vw',
544544
fontFamily: 'Roboto Flex',
545-
fontSize: '1.3em',
546-
minFontWidth: 70,
545+
fontSize: '1.5em',
546+
minFontWidth: 55,
547547
maxFontWidth: 100,
548548
defaultWidth: 90,
549549
minLetterSpacing: 0,

0 commit comments

Comments
 (0)