Skip to content

Commit c4bc5ab

Browse files
jaqralunny
jaqra
authored andcommitted
Make 100% width search bar (#8710)
* Make 100% width search bar * Use flex: auto instead of flex: 1
1 parent d6f6f9d commit c4bc5ab

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/css/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,7 @@ i.icon.centerlock{top:1.5em}
793793
.repository .segment.reactions .select-reaction{float:none}
794794
.repository .segment.reactions .select-reaction:not(.active) a{display:none}
795795
.repository .segment.reactions:hover .select-reaction a{display:block}
796+
.repository .ui.fluid.action.input .ui.search.action.input{flex:auto}
796797
.user-cards .list{padding:0;display:flex;flex-wrap:wrap}
797798
.user-cards .list .item{list-style:none;width:32%;margin:10px 10px 10px 0;padding-bottom:14px;float:left}
798799
.user-cards .list .item .avatar{width:48px;height:48px;float:left;display:block;margin-right:10px}

public/less/_repository.less

+6
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,12 @@
19361936
display: block;
19371937
}
19381938
}
1939+
1940+
.ui.fluid.action.input {
1941+
.ui.search.action.input {
1942+
flex: auto;
1943+
}
1944+
}
19391945
}
19401946

19411947
// End of .repository

0 commit comments

Comments
 (0)