Skip to content

Commit efff82d

Browse files
committed
wip: css adjustments
1 parent 4a1dc4a commit efff82d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ $hold-status-color: $liveline-timecode-color;
2424
right: 0;
2525
height: 19vh;
2626
padding-left: 10px;
27+
padding-top: 0px;
2728
display: flex;
2829
flex-direction: row;
2930
justify-content: space-between;
3031
align-items: center;
3132
background-color: #3f3f3f;
3233
color: #888;
33-
font-size: 2em;
34+
font-size: 2.6em;
3435
padding: 0 0.2em;
3536

3637
.director-screen__top__planned-end {
@@ -82,7 +83,7 @@ $hold-status-color: $liveline-timecode-color;
8283
color: #fff;
8384
position: relative;
8485
font-weight: 700;
85-
font-size: 90px;
86+
font-size: 100px;
8687
line-height: 110%;
8788
height: 11vh;
8889
/* or 110px */

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
.counter-component__over-under {
1515
color: black;
1616
text-align: right;
17+
padding-bottom: 10px;
1718

1819
font-stretch: 57;
1920
font-variation-settings: 'GRAD' 0, 'XOPQ' 96, 'XTRA' 468, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 548,

0 commit comments

Comments
 (0)