Skip to content

Commit

Permalink
Fixed some styling issues with the windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Aug 17, 2016
1 parent 1225e11 commit 88a32af
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.2.12 (August 17th, 2016)

- Fixed some styling issues with the list view
- Fixed some styling issues with the windows

## 0.2.11 (August 12th, 2016)

- Added macOS list view component
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-desktop",
"author": "Gabriel Bull",
"version": "0.2.11",
"version": "0.2.12",
"description": "React UI Components for macOS Sierra and Windows 10",
"main": "./index.js",
"keywords": [
Expand Down Expand Up @@ -43,8 +43,8 @@
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.1",
"html-webpack-plugin": "^2.22.0",
"jsdom": "^9.4.2",
"mocha": "^3.0.2",
Expand Down
3 changes: 2 additions & 1 deletion src/window/macOs/styles/10.11.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export default {
cursor: 'default',
backgroundColor: '#ececec',
display: 'flex',
flexDirection: 'column'
flexDirection: 'column',
boxSizing: 'border-box'
},

chrome: {
Expand Down
3 changes: 2 additions & 1 deletion src/window/windows/styles/windows10.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export default {
backgroundColor: '#ffffff',
display: 'flex',
flexDirection: 'column',
padding: 'none'
padding: 'none',
boxSizing: 'border-box'
},

windowDark: {
Expand Down

0 comments on commit 88a32af

Please sign in to comment.