diff --git a/src/ui/components/GooglePlayMusic/GooglePlayMusic.js b/src/ui/components/GooglePlayMusic/GooglePlayMusic.js index d39e99b..20a2698 100644 --- a/src/ui/components/GooglePlayMusic/GooglePlayMusic.js +++ b/src/ui/components/GooglePlayMusic/GooglePlayMusic.js @@ -3,7 +3,7 @@ import ReactElectronWebview from 'react-electron-web-view'; import styles from './GooglePlayMusic.scss'; -const gpmJavaScript = 'gpm.js'; +const gpmJavaScript = '../dist/gpm.js'; export default class GooglePlayMusic extends Component { static propTypes = { diff --git a/src/ui/components/Titlebar/Titlebar.scss b/src/ui/components/Titlebar/Titlebar.scss index 5560cff..9fe400d 100644 --- a/src/ui/components/Titlebar/Titlebar.scss +++ b/src/ui/components/Titlebar/Titlebar.scss @@ -9,8 +9,10 @@ margin: 0; position: absolute; z-index: 10; - margin-top: 20px; - margin-left: 20px; + padding-top: 20px; + padding-left: 20px; + box-sizing: border-box; + width: 80%; } .titlebar.webkit-draggable {