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 class="row">
<div class="col-xs-4 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-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 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-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 class="hidden-xs col-sm-2">
<div class="Lms-player-volume">
@@ -27,7 +25,7 @@
</span>
</div>
</div>
<div class="col-xs-8 col-sm-6">
<div class="col-xs-7 col-sm-6">
<div class="Lms-player-text-center">
${title class="Lms-player-text Lms-trackname text-primary"}
</div>
+2 -1
View File
@@ -308,6 +308,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
}
.Lms-player {
z-index: 2;
position: fixed;
bottom: 0;
width: 100%;
@@ -328,7 +329,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
.Lms-player-btn-controls {
font-size: 40px !important;
text-align: center;
width: 0.9em;
width: 1.1em;
}
.Lms-player-controls {