Skip to content

Commit 303b241

Browse files
committed
chore: Further tweaks to the Top Bar labels.
1 parent e97549a commit 303b241

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

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

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,25 @@ body.no-overflow {
358358
align-items: center;
359359

360360
.timing__right__rundownname {
361-
font-size: 0.6em;
362-
font-weight: 100;
361+
font-size: 0.4em;
363362
white-space: nowrap;
364363
overflow: hidden;
365364
text-overflow: ellipsis;
366365
max-width: 40vw;
366+
font-variation-settings:
367+
'GRAD' 0,
368+
'XOPQ' 96,
369+
'XTRA' 468,
370+
'YOPQ' 79,
371+
'YTAS' 750,
372+
'YTDE' -203,
373+
'YTFI' 738,
374+
'YTLC' 548,
375+
'YTUC' 712,
376+
'opsz' 50,
377+
'slnt' -10,
378+
'wdth' 100,
379+
'wght' 550;
367380
}
368381
}
369382

@@ -434,7 +447,8 @@ body.no-overflow {
434447
color: #888;
435448
text-transform: uppercase;
436449
white-space: nowrap;
437-
font-size: 0.35em;
450+
font-size: 0.33em;
451+
letter-spacing: 0.1em;
438452

439453
font-variation-settings:
440454
'GRAD' 0,

0 commit comments

Comments
 (0)