File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ var HomeView = View.extend({
6464 this . renderSubview ( new TourView ( ) , this . queryByHook ( 'tour-container' ) ) ;
6565 } ,
6666 onInstanceFetched : function ( ) {
67- if ( app . instance . collections . length === 0 ) {
68- this . showNoCollectionsZeroState = true ;
69- } else {
70- this . showDefaultZeroState = true ;
71- }
7267 if ( ! this . ns ) {
7368 app . instance . collections . unselectAll ( ) ;
69+
70+ if ( app . instance . collections . length === 0 ) {
71+ this . showNoCollectionsZeroState = true ;
72+ } else {
73+ this . showDefaultZeroState = true ;
74+ }
7475 } else {
7576 this . showCollection ( app . instance . collections . get ( this . ns ) ) ;
7677 }
Original file line number Diff line number Diff line change 9191 display : flex ;
9292 overflow : hidden ;
9393 height : 100vh ;
94- margin-top : -168 px ; // total computed header + .refine-view-container height
95- padding-top : 168 px ; // total computed header + .refine-view-container height
94+ margin-top : -155 px ; // total computed header + .refine-view-container height
95+ padding-top : 155 px ; // total computed header + .refine-view-container height
9696 position : relative ;
9797 width : 100% ;
9898 }
You can’t perform that action at this time.
0 commit comments