Skip to content

Commit 2cb2877

Browse files
author
Gitea
committed
Revert of 425ae38
1 parent 425ae38 commit 2cb2877

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/css/index.css

Lines changed: 3 additions & 3 deletions
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{overflow-x:auto}
451+
.repository .metas .menu{max-height:300px;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}
@@ -547,7 +547,7 @@ i.icon.centerlock{top:1.5em}
547547
.repository.new.issue .comment.form .content:after{border-right-color:#fff}
548548
.repository.new.issue .comment.form .content .markdown{font-size:14px}
549549
.repository.new.issue .comment.form .metas{min-width:220px}
550-
.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}
550+
.repository.new.issue .comment.form .metas .filter.menu{overflow-x:auto}
551551
.repository.view.issue .title{padding-bottom:0!important}
552552
.repository.view.issue .title h1{font-weight:300;font-size:2.3rem;margin-bottom:5px}
553553
.repository.view.issue .title h1 .ui.input{font-size:.5em;vertical-align:top;width:50%;min-width:600px}
@@ -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{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}
993+
.dashboard.feeds .filter.menu .menu,.dashboard.issues .filter.menu .menu{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}

0 commit comments

Comments
 (0)