File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
packages/webui/src/client Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,22 @@ $hold-status-color: $liveline-timecode-color;
3232 font-size : 2em ;
3333 padding : 0 0.2em ;
3434
35+ .director-screen__top__planned-end {
36+ text-align : left ;
37+ }
38+
39+ .director-screen__top__planned-to {
40+ text-align : left ;
41+ }
42+ .director-screen__top__planned-since {
43+ margin-left : -50px ;
44+ }
45+
46+ .director-screen__top__over-under {
47+ margin-left : 120px ;
48+ }
49+
50+
3551 }
3652
3753
@@ -54,7 +70,7 @@ $hold-status-color: $liveline-timecode-color;
5470 display : grid ;
5571 grid-template :
5672 24em
57- 60 em
73+ 50 em
5874 30em / #{' min(13vw, 27vh)' } auto ;
5975 white-space : nowrap ;
6076
Original file line number Diff line number Diff line change @@ -370,21 +370,21 @@ function DirectorScreenRender({
370370 < div >
371371 < TimeToPlannedEndComponent value = { expectedEnd - overUnderClock } />
372372 </ div >
373- TIME TO PLANNED END
373+ < span className = "director-screen__top__planned-to" > TIME TO PLANNED END</ span >
374374 </ div >
375375 ) : (
376376 < div >
377377 < div >
378378 < TimesSincePlannedEndComponent value = { expectedEnd - overUnderClock } />
379379 </ div >
380- TIME SINCE PLANNED END
380+ < span className = "director-screen__top__planned-since" > TIME SINCE PLANNED END</ span >
381381 </ div >
382382 ) }
383383 < div >
384384 < div >
385385 < OverUnderClockComponent value = { overUnderClock } />
386386 </ div >
387- OVER/UNDER
387+ < span className = "director-screen__top__over-under" > OVER/UNDER</ span >
388388 </ div >
389389 </ div >
390390 < div className = "director-screen__body" >
You can’t perform that action at this time.
0 commit comments