mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Merge pull request #228 from daanzu/master
Change crossover to narrow view from 700 to 720px.
This commit is contained in:
commit
39f063d157
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
if ((NEWSBLUR.reader.layout.contentLayout.panes.north &&
|
||||
NEWSBLUR.reader.layout.contentLayout.panes.north.width() < 600) ||
|
||||
(NEWSBLUR.reader.layout.contentLayout.panes.center &&
|
||||
NEWSBLUR.reader.layout.contentLayout.panes.center.width() < 700)) {
|
||||
NEWSBLUR.reader.layout.contentLayout.panes.center.width() < 720)) {
|
||||
this.$s.$feed_view.addClass('NB-feed-story-view-narrow');
|
||||
this.$s.$text_view.addClass('NB-feed-story-view-narrow');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue