margins
This commit is contained in:
parent
bc490b4878
commit
ee28aab9bf
@ -9,8 +9,9 @@ export class PlayPause extends Tool {
|
|||||||
|
|
||||||
// For now, use a regular button
|
// For now, use a regular button
|
||||||
const button = document.createElement('button');
|
const button = document.createElement('button');
|
||||||
button.style.width = '50px';
|
button.style.width = '100px';
|
||||||
button.style.height = '50px';
|
button.style.height = '50px';
|
||||||
|
button.style.margin = '25px';
|
||||||
this.div.appendChild(button);
|
this.div.appendChild(button);
|
||||||
if (this.playing) {
|
if (this.playing) {
|
||||||
button.innerHTML = this.pauseHTML;
|
button.innerHTML = this.pauseHTML;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user