Skip to content

Commit

Permalink
Make 100% width search bar (#8710)
Browse files Browse the repository at this point in the history
* Make 100% width search bar

* Use flex: auto instead of flex: 1
  • Loading branch information
jaqra authored and lunny committed Oct 29, 2019
1 parent d6f6f9d commit c4bc5ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ i.icon.centerlock{top:1.5em}
.repository .segment.reactions .select-reaction{float:none}
.repository .segment.reactions .select-reaction:not(.active) a{display:none}
.repository .segment.reactions:hover .select-reaction a{display:block}
.repository .ui.fluid.action.input .ui.search.action.input{flex:auto}
.user-cards .list{padding:0;display:flex;flex-wrap:wrap}
.user-cards .list .item{list-style:none;width:32%;margin:10px 10px 10px 0;padding-bottom:14px;float:left}
.user-cards .list .item .avatar{width:48px;height:48px;float:left;display:block;margin-right:10px}
Expand Down
6 changes: 6 additions & 0 deletions public/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,12 @@
display: block;
}
}

.ui.fluid.action.input {
.ui.search.action.input {
flex: auto;
}
}
}

// End of .repository
Expand Down

0 comments on commit c4bc5ab

Please sign in to comment.