File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
packages/webui/src/client/styles/countdown Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ $hold-status-color: $liveline-timecode-color;
184184 align-items : top ;
185185 }
186186
187- .director-screen__body__part__piece-content .director-screen__body__part__piece-countdown {
187+ .director-screen__body__part__piece-content {
188188 font-size : 13em ;
189189 padding : 0 0.2em ;
190190 line-height : 1em ;
@@ -200,8 +200,7 @@ $hold-status-color: $liveline-timecode-color;
200200 .director-screen__body__part__piece-countdown {
201201 grid-row : inherit ;
202202 text-align : left ;
203- font-size : 13em ;
204- font-size : #{' min(13em, 8vw)' } ;
203+ font-size : 16em ;
205204 padding : 0 0.2em ;
206205 line-height : 1em ;
207206
@@ -210,13 +209,13 @@ $hold-status-color: $liveline-timecode-color;
210209 }
211210
212211 .freeze-counter {
213- font-size : 3.3rem ;
214212 color : #00bfff ;
215213 margin-left : 4vw ;
216214 }
217215 img .freeze-counter-icon {
218- width : 1.4em ;
219- height : 1.4em ;
216+ margin-top : -0.3em ;
217+ width : 1em ;
218+ height : 1em ;
220219 vertical-align : middle ;
221220 display : inline-block ;
222221 }
You can’t perform that action at this time.
0 commit comments