forked from Adleraci/adlerka.top
		
	Changes to Nav css
This commit is contained in:
		@@ -166,6 +166,15 @@ header hr {
 | 
			
		||||
    border: 8px solid var(--primary-hover) ;
 | 
			
		||||
    background-color: var(--third-bg);
 | 
			
		||||
    margin-top: 10px;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
    max-height: 0;
 | 
			
		||||
    transition: max-height 0.3s ease;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navsite_item:hover .navpage_list {
 | 
			
		||||
    max-height: 200px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a.navpage_link{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user