Skip to content

Commit

Permalink
Merge pull request #45 from ksampias/master
Browse files Browse the repository at this point in the history
removed excess styles related to logo
  • Loading branch information
ksampias committed Nov 29, 2017
2 parents 9e53fe0 + 7f618cf commit 5ab4a99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -35,7 +35,7 @@ function createWindow() {
mainWindow = new BrowserWindow({
titleBarStyle: 'hidden',
width: 720,
height: 420,
height: 450,
minWidth: 645,
minHeight: 360,
icon: path.join(__dirname, './assets/icons/png/128x128.png')
Expand Down
4 changes: 2 additions & 2 deletions src/App.css
Expand Up @@ -68,13 +68,13 @@ body {
background-color: white;
}

.filler-a {
/*.filler-a {
flex: 10;
}
.filler-b {
flex: 1;
}
}*/

.container {
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions src/App.js
Expand Up @@ -153,8 +153,8 @@ class App extends Component {
<div className='top-spacer'>
<div className='left-spacer' />
<div className='right-spacer'>
<div className='filler-a' />
<div className='filler-b' />
{/*<div className='filler-a' />
<div className='filler-b' />*/}
</div>
</div>
<div className='container'>
Expand Down

0 comments on commit 5ab4a99

Please sign in to comment.