aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/index.js
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2020-10-24 18:48:08 +0200
committerGitHub <noreply@github.com>2020-10-24 19:48:08 +0300
commitf24392391eaaa19bb42cb59772a03d2dace3b77c (patch)
treeedb5bb5f763e91f9c7ecb89882d6c8a70a75f3c3 /web_src/js/index.js
parent4099e4f1b6eba1722f1e5d4f0b411f0a4a9970c2 (diff)
downloadgitea-f24392391eaaa19bb42cb59772a03d2dace3b77c.tar.gz
gitea-f24392391eaaa19bb42cb59772a03d2dace3b77c.zip
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>
Diffstat (limited to 'web_src/js/index.js')
-rw-r--r--web_src/js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/js/index.js b/web_src/js/index.js
index 489651e3b1..c25bce1d00 100644
--- a/web_src/js/index.js
+++ b/web_src/js/index.js
@@ -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;
};