diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index b48efd498..24f7255a6 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -55,6 +55,40 @@
#contributorInfo > a.circular:nth-child(9n+8){
background-color: #bfd0aa;
}
+.vue_menu {
+ cursor: auto;
+ position: absolute;
+ outline: none;
+ top: 100%;
+ margin: 0em;
+ padding: 0em 0em;
+ background: #fff;
+ font-size: 1em;
+ text-shadow: none;
+ text-align: left;
+ /* -webkit-box-shadow: 0px 2px 3px 0px rgb(34 36 38 / 15%); */
+ box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
+ border: 1px solid rgba(34,36,38,0.15);
+ border-radius: 0.28571429rem;
+ -webkit-transition: opacity 0.1s ease;
+ transition: opacity 0.1s ease;
+ z-index: 11;
+ will-change: transform, opacity;
+ width: 100% !important;
+
+ -webkit-animation-iteration-count: 1;
+ animation-iteration-count: 1;
+ -webkit-animation-duration: 300ms;
+ animation-duration: 300ms;
+ -webkit-animation-timing-function: ease;
+ animation-timing-function: ease;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+}
+
+
+
+
{{template "repo/header" .}}
@@ -62,7 +96,7 @@
{{template "base/alert" .}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
-