panel little fix
This commit is contained in:
parent
e29e27f886
commit
b699e5082f
@ -250,6 +250,7 @@ class Header extends React.Component {
|
|||||||
<div className='fs0-85 pad0-75 column search-panel' style={{
|
<div className='fs0-85 pad0-75 column search-panel' style={{
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginTop: '-10px',
|
marginTop: '-10px',
|
||||||
|
marginBottom: 180,
|
||||||
zIndex: 2
|
zIndex: 2
|
||||||
}}>
|
}}>
|
||||||
<Search />
|
<Search />
|
||||||
|
@ -28,7 +28,7 @@ export default class TorrentsStatistic extends Component {
|
|||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
<div style={{position: 'relative', width: '100%', height: 0}}>
|
<div style={{position: 'relative', width: '100%', height: 0}}>
|
||||||
<div className='column w100p counter-statistic' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4, marginTop: 2, marginBottom: 100}}>
|
<div className='column w100p counter-statistic' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4, marginTop: 2}}>
|
||||||
<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