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 @@ ...@@ -75,9 +75,12 @@
} }
.studio-report-tile-image { .studio-report-tile-image {
border-radius: 0.5rem; width: 150px;
max-width: 130px; height: 98px;
max-height: 100px; border-radius: 4px;
background: white;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.15);
} }
.studio-report-selected { .studio-report-selected {
......
...@@ -150,9 +150,11 @@ $radius: 8px; ...@@ -150,9 +150,11 @@ $radius: 8px;
.studio-image { .studio-image {
width: 300px; width: 300px;
height: 225px; height: 195px;
object-fit: cover;
border-radius: 8px; border-radius: 8px;
background: white;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.15);
} }
.studio-follow-button { .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