Fixing feedchooser height.

This commit is contained in:
Samuel Clay 2016-02-03 14:14:30 -08:00
parent 5a18b07afb
commit 596289ba9b
2 changed files with 2 additions and 2 deletions

View file

@ -8934,7 +8934,7 @@ form.opml_import_form input {
}
.NB-modal-feedchooser .NB-feedchooser-paypal {
min-height: 48px;
min-height: 84px;
width: 50%;
text-align: center;
overflow: hidden;

View file

@ -2,7 +2,7 @@ NEWSBLUR.ReaderFeedchooser = function(options) {
options = options || {};
var defaults = {
'width': options.premium_only || options.chooser_only ? 460 : 900,
'height': 800,
'height': 750,
'premium_only': false,
'chooser_only': false,
'onOpen': _.bind(function() {