@@ -31,7 +31,7 @@ $hold-status-color: $liveline-timecode-color;
3131 align-items : center ;
3232 background-color : #3f3f3f ;
3333 color : #888 ;
34- font-size : 2.6 em ;
34+ font-size : 3.8 vh ;
3535 padding : 0 0.2em ;
3636 text-transform : uppercase ;
3737
@@ -46,13 +46,15 @@ $hold-status-color: $liveline-timecode-color;
4646 .director-screen__top__planned-to {
4747 text-align : center ;
4848 }
49- .director-screen__top__planned-since {
50- margin-left : -50px ;
51- }
5249
5350 .director-screen__top__over-under {
5451 margin-left : 5vw ;
5552 }
53+
54+ .director-screen__top__planned-container {
55+ display : flex ;
56+ flex-direction : column ;
57+ }
5658 }
5759
5860 .director-screen__body {
@@ -73,10 +75,7 @@ $hold-status-color: $liveline-timecode-color;
7375
7476 .director-screen__body__part {
7577 display : grid ;
76- grid-template :
77- 24em
78- 80em
79- 20em / min (13vw , 27vh ) auto ;
78+ grid-template : 24em 80em 20em / max (13vw , 27vh ) auto ;
8079 white-space : nowrap ;
8180
8281 .director-screen__body__segment-name {
@@ -88,7 +87,8 @@ $hold-status-color: $liveline-timecode-color;
8887 align-items : center ;
8988 color : #fff ;
9089 position : relative ;
91- font-size : 100px ;
90+ font-size : 8vh ;
91+ line-height : 11vh ;
9292 height : 11vh ;
9393 letter-spacing : 0.01em ;
9494 font-feature-settings :
@@ -128,7 +128,7 @@ $hold-status-color: $liveline-timecode-color;
128128 align-items : center ;
129129 padding-right : 30px ;
130130
131- font-size : 110 px ;
131+ font-size : 10 vh ;
132132 color : $general-countdown-to-next-color ;
133133 font-variation-settings :
134134 ' GRAD' 0 ,
@@ -208,14 +208,14 @@ $hold-status-color: $liveline-timecode-color;
208208 text-align : center ;
209209 width : 100vw ;
210210 margin-left : -13vw ;
211-
211+
212212 .director-screen__body__part__timeto-name {
213213 color : #888 ;
214214 font-size : 9.63em ;
215215 text-transform : uppercase ;
216216 margin-top : -2vh ;
217217 }
218-
218+
219219 .director-screen__body__part__timeto-countdown {
220220 margin-top : 4vh ;
221221 grid-row : inherit ;
@@ -456,10 +456,9 @@ $hold-status-color: $liveline-timecode-color;
456456 grid-column : 1 ;
457457 margin-top : -50px ;
458458 text-align : left ;
459- font-size : 2.2rem ;
459+ font-size : clamp ( 1.5 rem , 1.8 vw , 2.2rem ) ;
460460 font-weight : 900 ;
461461 color : #000 ;
462- padding-top : 5px ;
463462 padding-left : 8px ;
464463 padding-right : 20px ;
465464 width : fit-content ;
@@ -481,4 +480,9 @@ $hold-status-color: $liveline-timecode-color;
481480 font-weight : 600 ;
482481 }
483482 }
483+
484+ .clock-view-piece-icon ,
485+ .clock-view-piece-icon > span {
486+ width : 10.78vw !important ;
487+ }
484488}
0 commit comments