Skip to content

Commit 5bed05b

Browse files
committed
fix: css adjustments
1 parent 45b96f1 commit 5bed05b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ $hold-status-color: $liveline-timecode-color;
167167
text-align: center;
168168
display: flex;
169169
align-items: top;
170-
justify-content: center;
170+
justify-content: left;
171171

172172
> svg {
173173
flex-grow: 1;
@@ -279,6 +279,7 @@ $hold-status-color: $liveline-timecode-color;
279279
.director-screen__body__part__next-icon,
280280
.director-screen__body__part__auto-icon {
281281
background-color: $general-next-color;
282+
justify-content: left;
282283
position: relative;
283284
grid-row: 1;
284285
grid-column: 1;

0 commit comments

Comments
 (0)