From 4c285b91a51ac0be5e3f986fa8a2895bd0a6984f Mon Sep 17 00:00:00 2001 From: Peter Prince Date: Wed, 28 Aug 2024 14:04:07 +0100 Subject: [PATCH] Rework spacing --- js/songClips.js | 2 -- play.html | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/js/songClips.js b/js/songClips.js index 8f5acb6..ede16f6 100644 --- a/js/songClips.js +++ b/js/songClips.js @@ -299,10 +299,8 @@ function createSongUI () { const clipCol = document.createElement('div'); clipCol.classList.add('col'); - clipCol.style.paddingLeft = '10%'; const playClipButton = document.createElement('button'); - // playClipButton.textContent = `Play ${index + 1}`; playClipButton.innerHTML = 'Bootstrap'; playClipButton.classList.add('playback-button', 'btn', 'btn-secondary', 'play-clip-button'); playClipButton.id = `play-clip-button${index}`; diff --git a/play.html b/play.html index 90793f6..181d648 100644 --- a/play.html +++ b/play.html @@ -224,7 +224,7 @@

Paused

-
+
Playing: - @@ -252,20 +252,20 @@

Paused

-
+
-
+
- +
-
+