]> source.dussan.org Git - gitea.git/commitdiff
Fix double scroll in branch dropdown (#9048)
authorVedran <vedran.mikov@protonmail.com>
Mon, 18 Nov 2019 01:25:24 +0000 (02:25 +0100)
committerLunny Xiao <xiaolunwen@gmail.com>
Mon, 18 Nov 2019 01:25:24 +0000 (09:25 +0800)
* Fix double scroll in branch dropdown

* Revert of 425ae38aa9ea3e9a25dee235aa9176762fe4bc5b

* Changes in .less, generated new .css

* Revert unnecessary commented line

public/css/index.css
web_src/less/_repository.less

index f82119737b4602138995439d143670386420a860..21141d78ff2a9857dccac5180840882eb138eafb 100644 (file)
@@ -448,7 +448,7 @@ i.icon.centerlock{top:1.5em}
 .repository .owner.dropdown{min-width:40%!important}
 .repository #file-buttons{margin-left:auto!important;font-weight:400}
 .repository #file-buttons .ui.button{padding:8px 10px;font-weight:400}
-.repository .metas .menu{max-height:300px;overflow-x:auto}
+.repository .metas .menu{overflow-x:auto}
 .repository .metas .ui.list .hide{display:none!important}
 .repository .metas .ui.list .item{padding:0}
 .repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}
index 5830fb2fd3dda96e2b6471e132f8eafaf182fd23..86661af4281147b65aa68554f1c466bbf6133f64 100644 (file)
@@ -88,7 +88,6 @@
 
     .metas {
         .menu {
-            max-height: 300px;
             overflow-x: auto;
         }