Skip to content

Commit 4a1dc4a

Browse files
committed
wip: css adjustments
1 parent 732a970 commit 4a1dc4a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $hold-status-color: $liveline-timecode-color;
2222
top: 0;
2323
left: 0;
2424
right: 0;
25-
height: 16vh;
25+
height: 19vh;
2626
padding-left: 10px;
2727
display: flex;
2828
flex-direction: row;
@@ -51,7 +51,7 @@ $hold-status-color: $liveline-timecode-color;
5151

5252
.director-screen__body {
5353
position: fixed;
54-
top: 16vh;
54+
top: 19vh;
5555
bottom: 0;
5656
left: 0;
5757
right: 0;
@@ -68,8 +68,8 @@ $hold-status-color: $liveline-timecode-color;
6868
display: grid;
6969
grid-template:
7070
24em
71-
60em
72-
30em / min(13vw, 27vh) auto;
71+
70em
72+
20em / min(13vw, 27vh) auto;
7373
white-space: nowrap;
7474

7575
.director-screen__body__segment-name {
@@ -83,7 +83,8 @@ $hold-status-color: $liveline-timecode-color;
8383
position: relative;
8484
font-weight: 700;
8585
font-size: 90px;
86-
line-height: 100%;
86+
line-height: 110%;
87+
height: 11vh;
8788
/* or 110px */
8889
letter-spacing: 0.01em;
8990
font-feature-settings: 'pnum' on, 'lnum' on;

packages/webui/src/client/styles/counterComponents.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
.counter-component__over-under {
55
font-family: 'Roboto Flex';
66
font-style: normal;
7-
font-size: 90px;
7+
font-size: 120px;
88
font-weight: 500;
99
line-height: 100%;
1010
font-feature-settings: 'liga' off;
11-
margin-top: 4px;
1211
margin-bottom: 4px;
1312
}
1413

@@ -47,7 +46,7 @@
4746
color: #ffffff;
4847
font-stretch: 70;
4948
font-variation-settings: 'GRAD' 0, 'XOPQ' 96, 'XTRA' 468, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 548,
50-
'YTUC' 712, 'slnt' -7, 'opsz' 44;
49+
'YTUC' 712, 'slnt' -7, 'opsz' 100, 'wdth' 80;
5150
}
5251

5352
.counter-component__time-to-planned-end {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ function DirectorScreenRender({
402402
label={currentSegment?.name || ''}
403403
width={'80vw'}
404404
fontFamily="Roboto Flex"
405-
fontSize="0.7em"
405+
fontSize="0.9em"
406406
minFontWidth={70}
407407
maxFontWidth={100}
408408
defaultWidth={90}
@@ -491,7 +491,7 @@ function DirectorScreenRender({
491491
label={nextSegment?.name || ''}
492492
width={'80vw'}
493493
fontFamily="Roboto Flex"
494-
fontSize="0.7em"
494+
fontSize="0.9em"
495495
minFontWidth={70}
496496
maxFontWidth={100}
497497
defaultWidth={90}

0 commit comments

Comments
 (0)