From a1109e6fbc31ec63cec50c3994e487a6bce27454 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 23 Sep 2014 13:47:54 -0400 Subject: Page: Repository home page --- public/ng/css/gogs.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'public/ng/css/gogs.css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 6b33aa9b..d11ae959 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1156,6 +1156,10 @@ The register and sign-in page style background-color: #EEE; font-weight: bold; } +#repo-branch-tag .switching-list { + max-height: 300px; + overflow-y: auto; +} #repo-branch-list li i, #repo-tag-list li i { margin-right: 12px; @@ -1165,9 +1169,6 @@ The register and sign-in page style #repo-tag-list li.checked i { opacity: 1; } -#repo-tag-list { - display: none; -} #repo-bread .bread { padding-right: 0; font-size: 16px; -- cgit v1.2.3