Skip to content

Commit

Permalink
Merge pull request #78 from soundcloud/longer-and-narrowing-dialog
Browse files Browse the repository at this point in the history
Adjust the popup to be optimised for the new appearance
  • Loading branch information
tjenkinson authored Aug 17, 2017
2 parents 596d70e + 9024e1c commit 2b71ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dialog/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Dialog {
this.options = options;
// will be used to identify the correct popup window
this.options.state = this.id;
this.width = 456;
this.height = 510;
this.width = 420;
this.height = 670;

this.deferred = deferred();
}
Expand Down

0 comments on commit 2b71ebe

Please sign in to comment.