Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Allow any size and fix draggability.
Browse files Browse the repository at this point in the history
  • Loading branch information
aubreypwd committed Nov 2, 2020
1 parent 519a1a5 commit 1bda3f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 0 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"installsupport": "echo 'Run: [brew install graphicsmagick imagemagick] for additional DMG support.'",
"postinstall": "npm run installsupport",
"build": "npm run nativefier",
"nativefier": "./node_modules/.bin/nativefier --name 'Google Voice' --platform 'Mac' --min-width 1265 --min-height 1024 --width 1265 --height 1024 --flash --verbose --darwin-dark-mode-support --icon ./icon.png --internal-urls '.*(google)*.' --title-bar-style hidden --hide-window-frame --inject=node_modules/aubreypwd/nativefied-app-styles/header-draggable.css 'https://voice.google.com/messages' ./build",
"nativefier": "./node_modules/.bin/nativefier --name 'Google Voice' --platform 'Mac' --width 1265 --height 1024 --flash --verbose --darwin-dark-mode-support --icon ./icon.png --internal-urls '.*(google)*.' --title-bar-style hidden --hide-window-frame --inject ui.css 'https://voice.google.com/messages' ./build",
"dist": "npm run build && mkdir -p dist/ && ./node_modules/.bin/create-dmg './build/Google Voice-darwin-x64/Google Voice.app' --overwrite --dmg-title='Google Voice' --identity='Aubrey Portwood' ./dist"
},
"author": "Aubrey Portwood",
Expand All @@ -17,7 +17,5 @@
"create-dmg": "~5.3.0",
"nativefier": "~10.1.0"
},
"dependencies": {
"@aubreypwd/nativefied-app-styles": "git+ssh://git@github.com/aubreypwd/nativefied-app-styles.git"
}
"dependencies": {}
}
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions ui.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
header {
padding: 7px 0 5px 0 !important;
background-color: #ececec !important;
-webkit-app-region: drag;
}

0 comments on commit 1bda3f9

Please sign in to comment.