mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Saving feed pane size needs to update the center modules, which now fit into a different space.
This commit is contained in:
parent
4ab3904d52
commit
fdafb280dd
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@
|
|||
},
|
||||
|
||||
save_feed_pane_size: function(w, pane, $pane, state, options, name) {
|
||||
$('.NB-modules-center').css('margin-left', state.size);
|
||||
this.model.preference('feed_pane_size', state.size);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue