Unverified Commit 469878a2 authored by Eric Rosenbaum's avatar Eric Rosenbaum Committed by GitHub

Merge pull request #5608 from fsih/thumbWhiteBg

Adjust thumbnail css
parents bf9622d9 6bbc62c5
......@@ -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 {
......
......@@ -150,9 +150,11 @@ $radius: 8px;
.studio-image {
width: 300px;
height: 225px;
object-fit: cover;
height: 195px;
border-radius: 8px;
background: white;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.15);
}
.studio-follow-button {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment