mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Removes extra space from the body and footer to prevent scrolling on a page that fits into the viewport (#3792)
Signed-off-by: Liam Cottam <killtheidols@hotmail.co.uk>
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -54,7 +54,7 @@ pre, code {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
.full.height {
 | 
					.full.height {
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
    margin: 0 0 -@footer-margin*2 0;
 | 
					    margin: 0 0 -@footer-margin 0;
 | 
				
			||||||
    min-height: 100%;
 | 
					    min-height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.following.bar {
 | 
					.following.bar {
 | 
				
			||||||
@@ -399,7 +399,6 @@ pre, code {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
footer {
 | 
					footer {
 | 
				
			||||||
    margin-top: @footer-margin+14px !important;
 | 
					 | 
				
			||||||
    height: @footer-margin;
 | 
					    height: @footer-margin;
 | 
				
			||||||
    background-color: white;
 | 
					    background-color: white;
 | 
				
			||||||
    border-top: 1px solid #d6d6d6;
 | 
					    border-top: 1px solid #d6d6d6;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user