Skip to content

Commit 092fd52

Browse files
committed
wip: mini shelf align thumbnail
1 parent 3f26c87 commit 092fd52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.dashboard-panel__panel__button {
1414
margin-top: 10px;
1515
height: 110px;
16-
max-width: 150px !important;
16+
max-width: 170px !important;
1717
> .dashboard-panel__panel__button__content {
1818
display: grid;
1919
grid-template-columns: 1fr min-content;
@@ -34,7 +34,7 @@
3434

3535
> .dashboard-panel__panel__button__thumbnail {
3636
position: relative;
37-
height: 80px;
37+
height: 85px;
3838
z-index: 1;
3939
overflow: hidden;
4040
grid-column: auto / span 2;

0 commit comments

Comments
 (0)