mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 16:02:52 +00:00 
			
		
		
		
	Fix PR/Issue titles on mobile (#13292)
* Start fixing Issue & PR title on mobile Signed-off-by: kolaente <k@knt.li> * Make sure the save & cancel buttons float right Signed-off-by: kolaente <k@knt.li> * Fix edit buttons and title input on mobile Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -792,6 +792,7 @@ async function initRepository() { | ||||
|       $('#pull-desc').toggle(); | ||||
|       $('#pull-desc-edit').toggle(); | ||||
|       $('.in-edit').toggle(); | ||||
|       $('#issue-title-wrapper').toggleClass('edit-active'); | ||||
|       $editInput.focus(); | ||||
|       return false; | ||||
|     }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user