mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 04:52:55 +00:00 
			
		
		
		
	Fix #31 deploy button disappear
This commit is contained in:
		@@ -124,6 +124,10 @@ $layouts: (
 | 
				
			|||||||
        grid-column-end: nth($v, 2);
 | 
					        grid-column-end: nth($v, 2);
 | 
				
			||||||
        grid-row-start: nth($v, 3);
 | 
					        grid-row-start: nth($v, 3);
 | 
				
			||||||
        grid-row-end: nth($v, 4);
 | 
					        grid-row-end: nth($v, 4);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        @if ($k == 'ide') {
 | 
				
			||||||
 | 
					          max-width: calc(100vw / #{$grid-columns-count} * (#{nth($v, 2)} - #{nth($v, 1)}));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user