Skip to content

Commit ee11a91

Browse files
committed
chore: Made the Mini-shelf adlibs buttons less tall, and tweaked their placement to make them visually connect to their segment.
1 parent 1ef623a commit ee11a91

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/webui/src/client/styles/shelf/dashboard-rundownView.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
.rundown-view-shelf.dashboard-panel {
33
width: auto;
4-
margin: 0 1.5em;
4+
margin: -0.8em 1.5em 0px 0px;
55
padding: 0;
66
position: relative;
77
background: none;
@@ -134,6 +134,5 @@
134134
}
135135

136136
.segment-timeline + .rundown-view-shelf {
137-
padding: 5px;
138-
padding-left: 12.5em;
137+
padding: 2px 5px 5px 13.3em;
139138
}

packages/webui/src/client/styles/shelf/dashboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../colorScheme';
22

33
$dashboard-button-width: 6.40625em;
4-
$dashboard-button-height: 5.625em;
4+
$dashboard-button-height: 3.625em;
55

66
.dashboard {
77
position: absolute;

0 commit comments

Comments
 (0)