thumbnail in report matches main thumbnail style

This commit is contained in:
Eric Rosenbaum 2021-06-15 12:16:33 -04:00
parent a344f1280d
commit 6bbc62c5e3

View file

@ -75,9 +75,12 @@
}
.studio-report-tile-image {
border-radius: 0.5rem;
max-width: 130px;
max-height: 100px;
width: 150px;
height: 98px;
border-radius: 4px;
background: white;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.15);
}
.studio-report-selected {