mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09: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 { | ||||
|               #avatar-arrow; | ||||
|             } | ||||
|  | ||||
|             @media only screen and (max-width: 767px) { | ||||
|               .form .button { | ||||
|                 width: 100%; | ||||
|  | ||||
|                 &:not(:last-child) { | ||||
|                   margin-bottom: 1rem; | ||||
|                 } | ||||
|               } | ||||
|             } | ||||
|           } | ||||
|  | ||||
|           .markdown { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user