Skip to content

Commit 0d78b77

Browse files
committed
wip: place part timers just beneath title
1 parent 16f2e4c commit 0d78b77

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ $hold-status-color: $liveline-timecode-color;
147147

148148
.director-screen__body__part__piece-countdown {
149149
text-align: left;
150-
151-
display: flex;
152-
align-items: center;
153150
font-size: 13em; // Allow a fallback for CasparCG
154151
font-size: #{'min(13em, 8vw)'};
155152
padding: 0 0.2em;
@@ -170,9 +167,7 @@ $hold-status-color: $liveline-timecode-color;
170167
.director-screen__body__part__part-countdown {
171168
text-align: right;
172169

173-
display: flex;
174170
align-items: center;
175-
justify-content: flex-end;
176171
font-size: 13em;
177172
padding: 0 0.2em;
178173
line-height: 1em;

0 commit comments

Comments
 (0)