Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
3 changed files with
7 additions and
7 deletions
-
app/components/UI/Page.js
-
app/main.dev.js
-
test/unit/components/UI/__snapshots__/Page.spec.js.snap
|
@ -15,8 +15,8 @@ const Page = ({ css, ...rest }) => ( |
|
|
{ |
|
|
{ |
|
|
height: '100%', |
|
|
height: '100%', |
|
|
overflow: 'hidden', |
|
|
overflow: 'hidden', |
|
|
'min-width': '950px', |
|
|
'min-width': '900px', |
|
|
'min-height': '600px', |
|
|
'min-height': '425px', |
|
|
'box-shadow': '0 20px 70px rgba(0, 0, 0, 0.55)' |
|
|
'box-shadow': '0 20px 70px rgba(0, 0, 0, 0.55)' |
|
|
}, |
|
|
}, |
|
|
css |
|
|
css |
|
|
|
@ -114,9 +114,9 @@ app.on('ready', async () => { |
|
|
show: false, |
|
|
show: false, |
|
|
useContentSize: true, |
|
|
useContentSize: true, |
|
|
titleBarStyle: 'hidden', |
|
|
titleBarStyle: 'hidden', |
|
|
width: 950, |
|
|
width: 1020, |
|
|
height: 600, |
|
|
height: 650, |
|
|
minWidth: 950, |
|
|
minWidth: 900, |
|
|
minHeight: 425, |
|
|
minHeight: 425, |
|
|
backgroundColor: get(theme, 'colors.primaryColor', '#242633') |
|
|
backgroundColor: get(theme, 'colors.primaryColor', '#242633') |
|
|
}) |
|
|
}) |
|
|
|
@ -5,8 +5,8 @@ exports[`component.UI.Page should render correctly 1`] = ` |
|
|
background-color: primaryColor; |
|
|
background-color: primaryColor; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
min-width: 950px; |
|
|
min-width: 900px; |
|
|
min-height: 600px; |
|
|
min-height: 425px; |
|
|
box-shadow: 0 20px 70px rgba(0,0,0,0.55); |
|
|
box-shadow: 0 20px 70px rgba(0,0,0,0.55); |
|
|
display: -webkit-box; |
|
|
display: -webkit-box; |
|
|
display: -webkit-flex; |
|
|
display: -webkit-flex; |
|
|