mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing feedchooser height.
This commit is contained in:
parent
5a18b07afb
commit
596289ba9b
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue