We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef623a commit ee11a91Copy full SHA for ee11a91
packages/webui/src/client/styles/shelf/dashboard-rundownView.scss
@@ -1,7 +1,7 @@
1
2
.rundown-view-shelf.dashboard-panel {
3
width: auto;
4
- margin: 0 1.5em;
+ margin: -0.8em 1.5em 0px 0px;
5
padding: 0;
6
position: relative;
7
background: none;
@@ -134,6 +134,5 @@
134
}
135
136
.segment-timeline + .rundown-view-shelf {
137
- padding: 5px;
138
- padding-left: 12.5em;
+ padding: 2px 5px 5px 13.3em;
139
packages/webui/src/client/styles/shelf/dashboard.scss
@import '../colorScheme';
$dashboard-button-width: 6.40625em;
-$dashboard-button-height: 5.625em;
+$dashboard-button-height: 3.625em;
.dashboard {
position: absolute;
0 commit comments