mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Prevent floating navigation from blocking the text header in fragmented urls (#334)
Prevent floating header from covering the header when a fragment identifier enabled URL is opened.
This commit is contained in:
		
				
					committed by
					
						
						John O'Nolan
					
				
			
			
				
	
			
			
			
						parent
						
							615d8a9001
						
					
				
				
					commit
					08e5cbe021
				
			@@ -808,6 +808,8 @@ Super neat trick courtesy of @JoelDrapper
 | 
			
		||||
.post-full-content h4,
 | 
			
		||||
.post-full-content h5,
 | 
			
		||||
.post-full-content h6 {
 | 
			
		||||
    padding-top: 75px;
 | 
			
		||||
    margin-top: -75px;
 | 
			
		||||
    color: color(var(--darkgrey) l(-5%));
 | 
			
		||||
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user