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

Make full titlebar draggable #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ui/components/GooglePlayMusic/GooglePlayMusic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
6 changes: 4 additions & 2 deletions src/ui/components/Titlebar/Titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down