fix(header): fix advanced search
This commit is contained in:
parent
f238920e03
commit
8423f19a74
@ -29,7 +29,7 @@ export default class AdvancedSearchControl extends Component {
|
|||||||
}
|
}
|
||||||
render() {
|
render() {
|
||||||
return (
|
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
|
<SelectField
|
||||||
floatingLabelText="Filter content type"
|
floatingLabelText="Filter content type"
|
||||||
value={this.state.type}
|
value={this.state.type}
|
||||||
|
@ -27,7 +27,7 @@ export default class TorrentsStatistic extends Component {
|
|||||||
render()
|
render()
|
||||||
{
|
{
|
||||||
return (
|
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 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'}}>
|
<div className='row inline' style={{color: '#e5f442', fontSize: '1.15em', fill: '#e5f442'}}>
|
||||||
<svg viewBox="0 0 60 60">
|
<svg viewBox="0 0 60 60">
|
||||||
|
Loading…
Reference in New Issue
Block a user