mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	eliminate horizontal scroll caused by footer (#9669)
This commit is contained in:
		@@ -774,6 +774,7 @@ footer {
 | 
				
			|||||||
    .container {
 | 
					    .container {
 | 
				
			||||||
        width: 100vw !important;
 | 
					        width: 100vw !important;
 | 
				
			||||||
        padding: 0 0.5rem;
 | 
					        padding: 0 0.5rem;
 | 
				
			||||||
 | 
					        max-width: calc(100vw - 1rem) !important;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .fa {
 | 
					        .fa {
 | 
				
			||||||
            width: 16px;
 | 
					            width: 16px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user