Skip to content

Commit

Permalink
fix(gui): little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jun 17, 2018
1 parent 6e0fec2 commit 7325fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Header extends React.Component {
}}
backgroundColor='#2a5cba'
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}}
icon={<svg fill='white' style={{height: 30}} viewBox="0 0 352.352 352.352">
<g>
Expand Down Expand Up @@ -270,6 +270,7 @@ class Header extends React.Component {
<div className='fs0-85 pad0-75 column search-panel' style={{
marginLeft: 'auto',
marginTop: '-10px',
paddingLeft: 15,
zIndex: 2
}}>
<Search />
Expand Down
2 changes: 1 addition & 1 deletion src/app/torrent.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default class Torrent extends Component {
{
(torrent.good > 0 || torrent.bad > 0)
&&
<div className='row w100p inline' style={{maxWidth: 600}}>
<div className='row w100p inline' style={{maxWidth: 470}}>
<LinearProgress
mode="determinate"
value={torrentRating}
Expand Down

0 comments on commit 7325fc2

Please sign in to comment.