Skip to content

Commit

Permalink
ProviderViews: Improve Instagram’s “video thumbnail”
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Jan 7, 2020
1 parent a7e4e12 commit 1d7a584
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
}
}
li.uppy-ProviderBrowserItem--selected {
img, svg{
img, svg {
opacity: 0.85;
}
}
li.uppy-ProviderBrowserItem--noPreview {
.uppy-ProviderBrowserItem-inner {
background-color: rgba($gray-500, 0.3);
background-color: rgba($gray-500, 0.2);
}
svg {
fill: rgba($black, 0.7);
Expand All @@ -63,7 +63,7 @@
outline: none;
box-shadow: 0 0 0 3px rgba($blue, 0.9);
}
img, svg {
img {
width: 100%;
height: 100%;
object-fit: cover;
Expand Down

0 comments on commit 1d7a584

Please sign in to comment.