Skip to content

Commit 1209084

Browse files
committed
fix: css adjustments
1 parent b40b4e9 commit 1209084

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $hold-status-color: $liveline-timecode-color;
258258
&.director-screen__body__part--next-part {
259259
.director-screen__body__part__piece-icon,
260260
.director-screen__body__part__piece-name {
261-
grid-row: 2 / -1;
261+
grid-row: 2;
262262
}
263263
}
264264

packages/webui/src/client/styles/counterComponents.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
text-align: right;
1919

2020
letter-spacing: 0.01em;
21+
font-variation-settings: 'GRAD' 0, 'XOPQ' 96, 'XTRA' 468, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514,
22+
'YTUC' 712, 'opsz' 120, 'slnt' 0, 'wdth' 70, 'wght' 500;
2123

2224
.under {
2325
background-color: #ff0;

0 commit comments

Comments
 (0)