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 3f26c87 commit 092fd52Copy full SHA for 092fd52
packages/webui/src/client/styles/shelf/dashboard-rundownView.scss
@@ -13,7 +13,7 @@
13
.dashboard-panel__panel__button {
14
margin-top: 10px;
15
height: 110px;
16
- max-width: 150px !important;
+ max-width: 170px !important;
17
> .dashboard-panel__panel__button__content {
18
display: grid;
19
grid-template-columns: 1fr min-content;
@@ -34,7 +34,7 @@
34
35
> .dashboard-panel__panel__button__thumbnail {
36
position: relative;
37
- height: 80px;
+ height: 85px;
38
z-index: 1;
39
overflow: hidden;
40
grid-column: auto / span 2;
0 commit comments