We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f2e4c commit 0d78b77Copy full SHA for 0d78b77
packages/webui/src/client/styles/countdown/director.scss
@@ -147,9 +147,6 @@ $hold-status-color: $liveline-timecode-color;
147
148
.director-screen__body__part__piece-countdown {
149
text-align: left;
150
-
151
- display: flex;
152
- align-items: center;
153
font-size: 13em; // Allow a fallback for CasparCG
154
font-size: #{'min(13em, 8vw)'};
155
padding: 0 0.2em;
@@ -170,9 +167,7 @@ $hold-status-color: $liveline-timecode-color;
170
167
.director-screen__body__part__part-countdown {
171
168
text-align: right;
172
169
173
174
align-items: center;
175
- justify-content: flex-end;
176
font-size: 13em;
177
178
line-height: 1em;
0 commit comments