mirror of
https://github.com/SuperBFG7/ympd
synced 2025-10-29 12:57:50 +00:00
move the love button to the right (forgot in the prev commit)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user