mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	fixes #910
When the publication cover is turned off and the header style is set to hidden, the header section shouldn't be taking much space like it does regularly.
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -136,6 +136,7 @@ production stylesheet in assets/built/screen.css
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.site-header-content.no-content {
 | 
					.site-header-content.no-content {
 | 
				
			||||||
    padding-top: 0;
 | 
					    padding-top: 0;
 | 
				
			||||||
 | 
					    padding-bottom: 2vmin;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.site-header-inner {
 | 
					.site-header-inner {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user