We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84c864 commit 7fd3a5aCopy full SHA for 7fd3a5a
1 file changed
19hz/map.js
@@ -713,7 +713,9 @@ class Events {
713
${hasValidArtists ? `<p><strong>Artists:</strong> ${artistsHTML}</p>` : ''}
714
<p><strong>Age:</strong> ${ageInfo}</p>
715
</div>
716
- ${spotifyPlayerHTML}
+ <div class="info-body">
717
+ ${spotifyPlayerHTML}
718
+ </div>
719
`;
720
721
this.cachedInfoWindow.setContent(content);
0 commit comments