mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +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:
		
					parent
					
						
							
								91118bc73d
							
						
					
				
			
			
				commit
				
					
						b5e76dddb8
					
				
			
		
					 1 changed files with 10 additions and 0 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue