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:
		
							parent
							
								
									91118bc73d
								
							
						
					
					
						commit
						b5e76dddb8
					
				|  | @ -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 { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue