Added some more spaces around the player controls

This commit is contained in:
emeric
2020-04-13 18:21:46 +02:00
parent 036cef4510
commit 22d98bbb1a
2 changed files with 5 additions and 6 deletions
+3 -5
View File
@@ -14,10 +14,8 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-4 col-sm-2 Lms-player-controls"> <div class="col-xs-5 col-sm-2 Lms-player-controls">
<i id="lms-mp-previous" class="fa fa-step-backward Lms-player-btn Lms-control-btn Lms-player-btn-controls"></i> <i id="lms-mp-previous" class="fa fa-step-backward Lms-player-btn Lms-control-btn Lms-player-btn-controls"></i><i id="lms-mp-playpause" class="fa fa-play Lms-player-btn Lms-control-btn Lms-player-btn-controls"></i><i id="lms-mp-next" class="fa fa-step-forward Lms-player-btn Lms-control-btn Lms-player-btn-controls"></i>
<i id="lms-mp-playpause" class="fa fa-play Lms-player-btn Lms-control-btn Lms-player-btn-controls"></i>
<i id="lms-mp-next" class="fa fa-step-forward Lms-player-btn Lms-control-btn Lms-player-btn-controls"></i>
</div> </div>
<div class="hidden-xs col-sm-2"> <div class="hidden-xs col-sm-2">
<div class="Lms-player-volume"> <div class="Lms-player-volume">
@@ -27,7 +25,7 @@
</span> </span>
</div> </div>
</div> </div>
<div class="col-xs-8 col-sm-6"> <div class="col-xs-7 col-sm-6">
<div class="Lms-player-text-center"> <div class="Lms-player-text-center">
${title class="Lms-player-text Lms-trackname text-primary"} ${title class="Lms-player-text Lms-trackname text-primary"}
</div> </div>
+2 -1
View File
@@ -308,6 +308,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
} }
.Lms-player { .Lms-player {
z-index: 2;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
@@ -328,7 +329,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
.Lms-player-btn-controls { .Lms-player-btn-controls {
font-size: 40px !important; font-size: 40px !important;
text-align: center; text-align: center;
width: 0.9em; width: 1.1em;
} }
.Lms-player-controls { .Lms-player-controls {