Skip to content

Commit

Permalink
fix(header): fix advanced search
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed May 12, 2018
1 parent f02430e commit 1907f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/search-advanced-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class AdvancedSearchControl extends Component {
}
render() {
return (
<div className='column w100p' style={{maxWidth: 750, overflow: 'hidden', padding: '0px 18px 15px'}}>
<div className='column w100p' style={{maxWidth: 750, overflow: 'hidden', padding: '0px 18px 15px', background: 'white', borderRadius: 3}}>
<SelectField
floatingLabelText="Filter content type"
value={this.state.type}
Expand Down
2 changes: 1 addition & 1 deletion src/app/torrent-statistic.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class TorrentsStatistic extends Component {
render()
{
return (
<div className='column w100p counter-statistic' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4, marginTop: 2}}>
<div className='column w100p counter-statistic' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4, marginTop: 2, marginBottom: 100}}>
<div className='row w100p' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4}}>
<div className='row inline' style={{color: '#e5f442', fontSize: '1.15em', fill: '#e5f442'}}>
<svg viewBox="0 0 60 60">
Expand Down

0 comments on commit 1907f68

Please sign in to comment.