Skip to content

Commit 1c9caf2

Browse files
author
Gitea
committed
Changes in .less, generated new .css
1 parent 2cb2877 commit 1c9caf2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

public/css/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ i.icon.centerlock{top:1.5em}
448448
.repository .owner.dropdown{min-width:40%!important}
449449
.repository #file-buttons{margin-left:auto!important;font-weight:400}
450450
.repository #file-buttons .ui.button{padding:8px 10px;font-weight:400}
451-
.repository .metas .menu{max-height:300px;overflow-x:auto}
451+
.repository .metas .menu{overflow-x:auto}
452452
.repository .metas .ui.list .hide{display:none!important}
453453
.repository .metas .ui.list .item{padding:0}
454454
.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}
@@ -990,7 +990,7 @@ td.blob-excerpt{background-color:#fafafa}
990990
@media only screen and (max-width:768px){.dashboard.feeds .filter.menu .item .floating.label,.dashboard.issues .filter.menu .item .floating.label{top:10px;left:auto;width:auto;right:13px}
991991
}
992992
.dashboard.feeds .filter.menu .jump.item,.dashboard.issues .filter.menu .jump.item{margin:1px;padding-right:0}
993-
.dashboard.feeds .filter.menu .menu,.dashboard.issues .filter.menu .menu{overflow-x:auto;right:0!important;left:auto!important}
993+
.dashboard.feeds .filter.menu .menu,.dashboard.issues .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}
994994
@media only screen and (max-width:768px){.dashboard.feeds .filter.menu,.dashboard.issues .filter.menu{width:100%}
995995
}
996996
.dashboard.feeds .right.stackable.menu>.item.active,.dashboard.issues .right.stackable.menu>.item.active{color:#d9453d}

web_src/less/_repository.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888

8989
.metas {
9090
.menu {
91-
max-height: 300px;
9291
overflow-x: auto;
9392
}
9493

@@ -581,7 +580,7 @@
581580
min-width: 220px;
582581

583582
.filter.menu {
584-
max-height: 300px;
583+
//max-height: 300px;
585584
overflow-x: auto;
586585
}
587586
}

0 commit comments

Comments
 (0)