mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 07:22:56 +00:00 
			
		
		
		
	Fix SidebarComponent margins&paddings on small displays
This commit is contained in:
		@@ -69,11 +69,10 @@
 | 
				
			|||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					    flex-direction: column;
 | 
				
			||||||
    justify-content: space-between;
 | 
					    justify-content: space-between;
 | 
				
			||||||
    padding-top: 75px;
 | 
					    padding-top: 5vh;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    box-shadow: -15px -5px 19px -11px rgba(0,0,0,0.75);
 | 
					    box-shadow: -15px -5px 19px -11px rgba(0,0,0,0.75);
 | 
				
			||||||
    z-index: 999;
 | 
					    z-index: 999;
 | 
				
			||||||
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .tfw-terminal {
 | 
					  .tfw-terminal {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@
 | 
				
			|||||||
    width: 50px;
 | 
					    width: 50px;
 | 
				
			||||||
    height: auto;
 | 
					    height: auto;
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
    margin-bottom: 50px;
 | 
					    margin-bottom: 5vh;
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
    border: 1px solid $tao-gray-200;
 | 
					    border: 1px solid $tao-gray-200;
 | 
				
			||||||
    transition: all 0.18s ease;
 | 
					    transition: all 0.18s ease;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user