diff --git a/src/main/twirl/gitbucket/core/repo/editor.scala.html b/src/main/twirl/gitbucket/core/repo/editor.scala.html index 282d0602a..2bb438d5c 100644 --- a/src/main/twirl/gitbucket/core/repo/editor.scala.html +++ b/src/main/twirl/gitbucket/core/repo/editor.scala.html @@ -46,7 +46,6 @@ -
@helpers.avatarLink(context.loginAccount.get.userName, 48)
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 337b989ad..9827b4982 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -343,7 +343,7 @@ div.account-image { ul.dropdown-menu { padding: 2px 0; overflow: auto; - max-height: 100vh; + max-height: 100vh; } ul.dropdown-menu li { @@ -413,7 +413,7 @@ div.headbar { /* Sign-in form */ /****************************************************************************/ div.signin-form { - width: 350px; + width: 300px; margin: 30px auto; }