summaryrefslogtreecommitdiffstats
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 6b33aa9bbf..d11ae959dc 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;