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 @@ -63,13 +63,14 @@ var HomeView = View.extend({
6363 this . renderSubview ( new TourView ( ) , this . queryByHook ( 'tour-container' ) ) ;
6464 } ,
6565 onInstanceFetched : function ( ) {
66- if ( app . instance . collections . length === 0 ) {
67- this . showNoCollectionsZeroState = true ;
68- } else {
69- this . showDefaultZeroState = true ;
70- }
7166 if ( ! this . ns ) {
7267 app . instance . collections . unselectAll ( ) ;
68+
69+ if ( app . instance . collections . length === 0 ) {
70+ this . showNoCollectionsZeroState = true ;
71+ } else {
72+ this . showDefaultZeroState = true ;
73+ }
7374 } else {
7475 this . showCollection ( app . instance . collections . get ( this . ns ) ) ;
7576 }
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