Skip to content

Commit 45b96f1

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,12 @@ $hold-status-color: $liveline-timecode-color;
7777
grid-row: 1;
7878
grid-column: 1 / -1;
7979
text-align: left;
80-
padding-left: 10px;
80+
text-indent: 5px;
8181
letter-spacing: 0%;
82-
vertical-align: middle;
82+
align-items: center;
8383
color: #fff;
8484
position: relative;
8585
font-size: 100px;
86-
line-height: 117%;
8786
height: 11vh;
8887
letter-spacing: 0.01em;
8988
font-feature-settings: 'tnum' on, 'liga' off;
@@ -119,11 +118,13 @@ $hold-status-color: $liveline-timecode-color;
119118
right: 0px;
120119
height: 100%;
121120
width: 25vw;
121+
text-align: right;
122122
display: flex;
123+
justify-content: flex-end;
123124
align-items: center;
125+
padding-right: 30px;
126+
124127
font-size: 110px;
125-
padding-left: 8vw;
126-
padding-top: vh;
127128
color: #ff0;
128129
font-variation-settings: 'GRAD' 0, 'XOPQ' 96, 'XTRA' 468, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738,
129130
'YTLC' 514, 'YTUC' 712, 'opsz' 120, 'slnt' 0, 'wdth' 70, 'wght' 500;
@@ -208,11 +209,10 @@ $hold-status-color: $liveline-timecode-color;
208209
grid-row: inherit;
209210
text-align: left;
210211
font-size: 25em;
211-
font-weight: 500;
212212
font-feature-settings: 'liga' off, 'tnum' on;
213213
font-variation-settings: 'GRAD' 0, 'XOPQ' 96, 'XTRA' 468, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738,
214214
'YTLC' 514, 'YTUC' 712, 'opsz' 120, 'slnt' 0, 'wdth' 70, 'wght' 500;
215-
padding: 0 0.2em;
215+
padding: 0 0.1em;
216216
line-height: 1em;
217217

218218
> .overtime {
@@ -296,7 +296,7 @@ $hold-status-color: $liveline-timecode-color;
296296
}
297297
.director-screen__body__part__next-icon--notext,
298298
.director-screen__body__part__auto-icon--notext {
299-
margin-top: 4vh !important; /* Override the default -50px when notext is true */
299+
margin-top: 4.08vh !important; /* Override the default -50px when notext is true */
300300
}
301301
}
302302

0 commit comments

Comments
 (0)