mirror of
https://github.com/SuperBFG7/ympd
synced 2025-11-01 14:23:01 +00:00
move the love button to the right (forgot in the prev commit)
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
<h1>
|
<h1>
|
||||||
<span id="track-icon" onclick="clickPlay();" class="glyphicon glyphicon-play"></span>
|
<span id="track-icon" onclick="clickPlay();" class="glyphicon glyphicon-play"></span>
|
||||||
<span id="currenttrack"></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();">
|
<button id="btnlove" type="button" class="btn btn-default" onclick="clickLove();">
|
||||||
<span class="glyphicon glyphicon-heart" style="color: red;"></span>
|
<span class="glyphicon glyphicon-heart" style="color: red;"></span>
|
||||||
</button></span>
|
</button></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user