Skip to content

Commit 5dc59ed

Browse files
committed
fix: some styling bugs
1 parent c7c1d10 commit 5dc59ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/webui/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<head>
23
<title>Sofie</title>
34
<meta charset="utf-8" />

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ input {
3030
@import 'prompter';
3131
@import 'rundownList';
3232
@import 'rundownSystemStatus';
33-
@import 'rundownView';
3433
@import 'settings';
3534
@import 'splitDropdown';
3635
@import 'statusbar';
@@ -104,6 +103,8 @@ input {
104103
@import '../ui/RundownView/MediaStatusPopUp/MediaStatusPopUpSegmentRule.scss';
105104
@import '../ui/SegmentAdlibTesting/SegmentAdlibTesting.scss';
106105

106+
@import 'rundownView';
107+
107108
body {
108109
overscroll-behavior: none;
109110
touch-action: pan-x pan-y;

0 commit comments

Comments
 (0)