Skip to content

Commit c561f85

Browse files
committed
chore: tweaks
1 parent 12fb4a4 commit c561f85

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ input {
118118
body {
119119
overscroll-behavior: none;
120120
touch-action: pan-x pan-y;
121+
122+
letter-spacing: 0.5px;
121123
}
122124

123125
:fullscreen ::-webkit-scrollbar {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,9 @@ svg.icon {
788788
margin-top: 0.1em;
789789
margin-right: 0.1em;
790790

791+
display: flex;
792+
justify-content: center;
793+
791794
grid-row: header / main-view;
792795
grid-column: timeline / end;
793796
@media screen and (max-width: $break-width) {
@@ -1917,6 +1920,7 @@ svg.icon {
19171920
transition: box-shadow 0.5s ease-out;
19181921
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
19191922
cursor: default;
1923+
color: #fff;
19201924

19211925
.piece__status-icon {
19221926
> svg.type-warning {

0 commit comments

Comments
 (0)