Skip to content

Commit d10d85d

Browse files
committed
fix: Presenters Screen align icon text with label
1 parent dc957dd commit d10d85d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.95vh;
230+
margin-top: 2.55vh;
231231
display: flex;
232232
align-items: top;
233233
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)