File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/webui/src/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ $hold-status-color: $liveline-timecode-color;
227227 overflow : hidden ;
228228 white-space : nowrap ;
229229 padding-left : 0.2em ;
230- margin-top : 2.95 vh ;
230+ margin-top : 2.55 vh ;
231231 display : flex ;
232232 align-items : top ;
233233 }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function ClockView({ studioId }: Readonly<{ studioId: StudioId }>): JSX.E
4444 < DirectorScreen playlistId = { playlist . _id } studioId = { studioId } />
4545 </ RundownTimingProvider >
4646 ) : (
47- < StudioScreenSaver studioId = { studioId } ownBackground = { true } />
47+ < StudioScreenSaver studioId = { studioId } ownBackground = { true } screenName = { t ( "Director's Screen" ) } />
4848 ) }
4949 </ Route >
5050 < Route path = "/countdowns/:studioId/overlay" >
You can’t perform that action at this time.
0 commit comments