diff --git a/src/main/twirl/gitbucket/core/repo/editor.scala.html b/src/main/twirl/gitbucket/core/repo/editor.scala.html index 282d060..2bb438d 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 337b989..9827b49 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -343,7 +343,7 @@ ul.dropdown-menu { padding: 2px 0; overflow: auto; - max-height: 100vh; + max-height: 100vh; } ul.dropdown-menu li { @@ -413,7 +413,7 @@ /* Sign-in form */ /****************************************************************************/ div.signin-form { - width: 350px; + width: 300px; margin: 30px auto; }