Skip to content

Commit

Permalink
Merge branch 'develop' into fix/cropped-inline-images
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon committed Apr 21, 2020
2 parents e4291dd + 7078068 commit d492fae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/src/media-selector/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
top: 35px;
}

@media only screen and (max-width: 640px), screen and (max-height: 400px) {

.media-frame .unsplash-browser .no-media,
.media-frame .unsplash-browser .attachments {
right: 0;
}
}

.wp-core-ui .unsplash-attachment .thumbnail {
margin: 12px;
}
Expand Down

0 comments on commit d492fae

Please sign in to comment.