move the love button to the right (forgot in the prev commit)

This commit is contained in:
Emanuele Grande 2021-06-08 19:26:10 +02:00
parent ab65153b9e
commit 2be0ae3de6
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
<h1>
<span id="track-icon" onclick="clickPlay();" class="glyphicon glyphicon-play"></span>
<span id="currenttrack"></span>
<span id="love" style="margin: auto;">
<span id="love" style="float: right;">
<button id="btnlove" type="button" class="btn btn-default" onclick="clickLove();">
<span class="glyphicon glyphicon-heart" style="color: red;"></span>
</button></span>