diff --git a/src/main/twirl/gitbucket/core/index.scala.html b/src/main/twirl/gitbucket/core/index.scala.html
index 2b65018..c29566b 100644
--- a/src/main/twirl/gitbucket/core/index.scala.html
+++ b/src/main/twirl/gitbucket/core/index.scala.html
@@ -24,55 +24,53 @@
@if(loginAccount.isEmpty){
@signinform(settings)
} else {
-
- @if(userRepositories.isEmpty){
-
-
+
+
+ @if(systemSettings.allowAccountRegistration){
+
+ }
+ Sign in
+
+
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index 626cdd4..f9f45e8 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -395,11 +395,18 @@
padding: 4px;
}
*/
+/*
div.repo-link {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
+*/
+
+li.repo-link {
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
div.box-content-bottom {
background-color: white;