Skip to content

Commit

Permalink
Merge pull request #114 from xwp/fix/auth-error-1
Browse files Browse the repository at this point in the history
Styling issue for media selector message.
  • Loading branch information
spacedmonkey committed May 19, 2020
2 parents 3ef01a2 + acad3f3 commit 6118ae0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions assets/src/media-selector/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
.media-frame .unsplash-browser .unsplash-error {
padding: 15px 20px;
font-size: 1.4em;
line-height: 1.75;
margin: 0 15px 0 0;
top: 20px;
}

Expand All @@ -99,7 +101,10 @@

@media only screen and (max-width: 900px) {

.media-frame .unsplash-browser .unsplash-error,
.media-frame .unsplash-browser .unsplash-error {
right: 282px;
}

.media-frame .unsplash-browser .no-media,
.media-frame .unsplash-browser .attachments {
right: 262px;
Expand All @@ -109,7 +114,10 @@

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

.media-frame .unsplash-browser .unsplash-error,
.media-frame .unsplash-browser .unsplash-error {
right: 20px;
}

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

0 comments on commit 6118ae0

Please sign in to comment.