Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 12, 2016
1 parent 6be090d commit bffc6ca
Show file tree
Hide file tree
Showing 4 changed files with 5,330 additions and 7 deletions.
33 changes: 33 additions & 0 deletions app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,36 @@
svg {
color: white !important;
}

.Flex {
background-color: rgb(53, 59, 70);
color: white;
}

.redux-container {
height: 100%;
}

@media print {
@page {
size: auto;
margin: 0;
}
body {
position: static;
}
.content {
display: none !important;
}
.redux-container > div > div:nth-child(2) {
width: 100%;
height: 100%;
overflow: visible !important;
position: absolute !important;
z-index: 2147483647;
page-break-after: avoid;
}
.redux-container > div > div:nth-child(2) * {
overflow: visible !important;
}
}
12 changes: 7 additions & 5 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ class DevToolsDock extends Component {
isVisible
onSizeChange={this.handleSizeChange}
>
<DevTools
useCodemirror
noSettings
socketOptions={this.props.options}
/>
<div className="redux-container">
<DevTools
useCodemirror
noSettings
socketOptions={this.props.options}
/>
</div>
</Dock>
);
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.0",
"fs-extra": "^0.30.0",
"fs-extra": "^1.0.0",
"mocha": "^3.1.0",
"react": "^15.2.0",
"react-dock": "^0.2.3",
"react-dom": "^15.2.0",
"remotedev-app": "^0.7.0",
"remotedev-app": "^0.9.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.10",
"webpack-dev-server": "^1.14.0"
Expand Down
Loading

0 comments on commit bffc6ca

Please sign in to comment.