Merge pull request #228 from daanzu/master

Change crossover to narrow view from 700 to 720px.
This commit is contained in:
Samuel Clay 2013-05-02 17:45:16 -07:00
commit 39f063d157

View file

@ -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 {