Skip to content

Commit 53405ee

Browse files
committed
wip: piece icons placement
1 parent 0d78b77 commit 53405ee

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ $hold-status-color: $liveline-timecode-color;
6262
6fr / #{'min(13vw, 27vh)'} auto;
6363
white-space: nowrap;
6464

65-
6665
.director-screen__body__segment-name {
6766
grid-row: 1;
6867
grid-column: 1 / -1;
@@ -75,6 +74,8 @@ $hold-status-color: $liveline-timecode-color;
7574
vertical-align: middle;
7675
color: #fff;
7776
position: relative;
77+
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
78+
z-index: 1;
7879

7980
&.live {
8081
background: $general-live-color;
@@ -115,6 +116,7 @@ $hold-status-color: $liveline-timecode-color;
115116
grid-row: 2;
116117
grid-column: 1;
117118
padding: 0em;
119+
margin-left: 10px;
118120

119121
text-align: center;
120122
display: flex;

packages/webui/src/client/ui/ClockView/DirectorScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ function DirectorScreenRender({
439439
fontFamily: 'Roboto Flex',
440440
fontSize: '2em',
441441
minFontSize: 70,
442-
maxFontSize: 120,
442+
maxFontSize: 100,
443443
minLetterSpacing: 2,
444444
useVariableFont: true,
445445
}}
@@ -517,7 +517,7 @@ function DirectorScreenRender({
517517
fontFamily: 'Roboto Flex',
518518
fontSize: '2em',
519519
minFontSize: 70,
520-
maxFontSize: 120,
520+
maxFontSize: 100,
521521
minLetterSpacing: 2,
522522
useVariableFont: true,
523523
}}

packages/webui/src/client/ui/PieceIcons/PieceIcons.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,31 @@ $letter-spacing: 0.02em;
88
.piece-icon {
99
.camera {
1010
@include item-type-colors-svg();
11-
rx: 4;
12-
ry: 4;
1311
}
1412

1513
.live-speak {
1614
fill: url(#background-gradient);
17-
rx: 4;
18-
ry: 4;
1915
}
2016

2117

2218
.graphics {
2319
@include item-type-colors-svg();
24-
rx: 4;
25-
ry: 4;
2620
}
2721

2822
.local {
2923
@include item-type-colors-svg();
30-
rx: 4;
31-
ry: 4;
3224
}
3325

3426
.remote {
3527
@include item-type-colors-svg();
36-
rx: 4;
37-
ry: 4;
3828
}
3929

4030
.vt {
4131
@include item-type-colors-svg();
42-
rx: 4;
43-
ry: 4;
4432
}
4533

4634
.unknown {
4735
@include item-type-colors-svg();
48-
rx: 4;
49-
ry: 4;
5036
}
5137

5238
// Gradient styles for live-speak

0 commit comments

Comments
 (0)