Skip to content

Commit 7fd3a5a

Browse files
Dean SoferDean Sofer
authored andcommitted
Tweak formatting
1 parent a84c864 commit 7fd3a5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

19hz/map.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,9 @@ class Events {
713713
${hasValidArtists ? `<p><strong>Artists:</strong> ${artistsHTML}</p>` : ''}
714714
<p><strong>Age:</strong> ${ageInfo}</p>
715715
</div>
716-
${spotifyPlayerHTML}
716+
<div class="info-body">
717+
${spotifyPlayerHTML}
718+
</div>
717719
`;
718720

719721
this.cachedInfoWindow.setContent(content);

0 commit comments

Comments
 (0)