Merge pull request #5608 from fsih/thumbWhiteBg

Adjust thumbnail css
This commit is contained in:
Eric Rosenbaum 2021-06-15 15:06:09 -04:00 committed by GitHub
commit 469878a2fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

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 {

View file

@ -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 {