mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix Pull Request merge buttons on mobile (#13035)
Signed-off-by: kolaente <k@knt.li> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -1053,6 +1053,16 @@
 | 
				
			|||||||
            &.no-header {
 | 
					            &.no-header {
 | 
				
			||||||
              #avatar-arrow;
 | 
					              #avatar-arrow;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            @media only screen and (max-width: 767px) {
 | 
				
			||||||
 | 
					              .form .button {
 | 
				
			||||||
 | 
					                width: 100%;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                &:not(:last-child) {
 | 
				
			||||||
 | 
					                  margin-bottom: 1rem;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					              }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          .markdown {
 | 
					          .markdown {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user