Skip to content

Commit d242e44

Browse files
committed
- update spotify music quiz
1 parent 8218e55 commit d242e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/spotify_music_quiz_cards.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
width: 60vmin;
8888
height: 60vmin;
8989
font-size: 30vmin;
90-
padding-bottom: 5vmin;
90+
padding-bottom: 4vmin;
9191
border: none;
9292
border-radius: 50%;
9393
background: linear-gradient(145deg, #1DB954, #169c45);
@@ -113,7 +113,7 @@
113113
}
114114

115115
#pauseResumeButton .play {
116-
padding-left: 3vmin;
116+
padding-left: 4vmin;
117117
}
118118

119119
#player {
@@ -193,7 +193,7 @@
193193
playerInstance.resume();
194194
}
195195
isPlaying = !isPlaying;
196-
pauseResumeButton.textContent = isPlaying ? '<span class="pause">||</span>' : '<span class="play">▷</span>';
196+
pauseResumeButton.innerHTML = isPlaying ? '<span class="pause">||</span>' : '<span class="play">▷</span>';
197197
}
198198

199199
function getUrlParameter(name) {

0 commit comments

Comments
 (0)