[ui] fix testnets padding
This commit is contained in:
		
							parent
							
								
									2d5964b81e
								
							
						
					
					
						commit
						7f4fd83ad2
					
				@ -244,10 +244,9 @@ main {
 | 
				
			|||||||
.sidenav {
 | 
					.sidenav {
 | 
				
			||||||
  z-index: 1;
 | 
					  z-index: 1;
 | 
				
			||||||
  background-color: transparent;
 | 
					  background-color: transparent;
 | 
				
			||||||
  width: 225px;
 | 
					  width: 0px;
 | 
				
			||||||
  height: calc(100vh - 65px);
 | 
					  height: calc(100vh - 65px);
 | 
				
			||||||
  position: sticky;
 | 
					  position: sticky;
 | 
				
			||||||
  top: 65px;
 | 
					  top: 65px;
 | 
				
			||||||
  margin-left: -225px;
 | 
					 | 
				
			||||||
  padding-bottom: 20px;
 | 
					  padding-bottom: 20px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user