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;
227
227
overflow : hidden ;
228
228
white-space : nowrap ;
229
229
padding-left : 0.2em ;
230
- margin-top : 2.95 vh ;
230
+ margin-top : 2.55 vh ;
231
231
display : flex ;
232
232
align-items : top ;
233
233
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function ClockView({ studioId }: Readonly<{ studioId: StudioId }>): JSX.E
44
44
< DirectorScreen playlistId = { playlist . _id } studioId = { studioId } />
45
45
</ RundownTimingProvider >
46
46
) : (
47
- < StudioScreenSaver studioId = { studioId } ownBackground = { true } />
47
+ < StudioScreenSaver studioId = { studioId } ownBackground = { true } screenName = { t ( "Director's Screen" ) } />
48
48
) }
49
49
</ Route >
50
50
< Route path = "/countdowns/:studioId/overlay" >
You can’t perform that action at this time.
0 commit comments