feat: Make header without radius so that menu and header don't have hole
This commit is contained in:
		@@ -337,6 +337,10 @@ select, .button {
 | 
				
			|||||||
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
 | 
					        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .header {
 | 
				
			||||||
 | 
					        border-radius: 0;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .menu > li {
 | 
					    .menu > li {
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
        justify-content: center;
 | 
					        justify-content: center;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user