fix(gui): little fixes
This commit is contained in:
parent
94218b7b74
commit
06e54fca0f
@ -240,7 +240,7 @@ class Header extends React.Component {
|
|||||||
}}
|
}}
|
||||||
backgroundColor='#2a5cba'
|
backgroundColor='#2a5cba'
|
||||||
labelColor='white'
|
labelColor='white'
|
||||||
style={{height: 60, width: 150, borderRadius: 5, margin: 5, zIndex: 1}}
|
style={{height: 60, width: 160, borderRadius: 5, margin: 5, zIndex: 1}}
|
||||||
buttonStyle={{borderRadius: 5}}
|
buttonStyle={{borderRadius: 5}}
|
||||||
icon={<svg fill='white' style={{height: 30}} viewBox="0 0 352.352 352.352">
|
icon={<svg fill='white' style={{height: 30}} viewBox="0 0 352.352 352.352">
|
||||||
<g>
|
<g>
|
||||||
@ -270,6 +270,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',
|
||||||
|
paddingLeft: 15,
|
||||||
zIndex: 2
|
zIndex: 2
|
||||||
}}>
|
}}>
|
||||||
<Search />
|
<Search />
|
||||||
|
@ -298,7 +298,7 @@ export default class Torrent extends Component {
|
|||||||
{
|
{
|
||||||
(torrent.good > 0 || torrent.bad > 0)
|
(torrent.good > 0 || torrent.bad > 0)
|
||||||
&&
|
&&
|
||||||
<div className='row w100p inline' style={{maxWidth: 600}}>
|
<div className='row w100p inline' style={{maxWidth: 470}}>
|
||||||
<LinearProgress
|
<LinearProgress
|
||||||
mode="determinate"
|
mode="determinate"
|
||||||
value={torrentRating}
|
value={torrentRating}
|
||||||
|
Loading…
Reference in New Issue
Block a user