Skip to content

Commit 5ab4a99

Browse files
authored
Merge pull request ReactPrimer#45 from ksampias/master
removed excess styles related to logo
2 parents 9e53fe0 + 7f618cf commit 5ab4a99

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function createWindow() {
3535
mainWindow = new BrowserWindow({
3636
titleBarStyle: 'hidden',
3737
width: 720,
38-
height: 420,
38+
height: 450,
3939
minWidth: 645,
4040
minHeight: 360,
4141
icon: path.join(__dirname, './assets/icons/png/128x128.png')

src/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ body {
6868
background-color: white;
6969
}
7070

71-
.filler-a {
71+
/*.filler-a {
7272
flex: 10;
7373
}
7474
7575
.filler-b {
7676
flex: 1;
77-
}
77+
}*/
7878

7979
.container {
8080
display: flex;

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ class App extends Component {
153153
<div className='top-spacer'>
154154
<div className='left-spacer' />
155155
<div className='right-spacer'>
156-
<div className='filler-a' />
157-
<div className='filler-b' />
156+
{/*<div className='filler-a' />
157+
<div className='filler-b' />*/}
158158
</div>
159159
</div>
160160
<div className='container'>

0 commit comments

Comments
 (0)