z-index of player and bumping images

This commit is contained in:
Set Hallstrom 2020-08-12 16:07:37 +02:00
parent dc1c039ab5
commit 5253dbc946
2 changed files with 9 additions and 9 deletions

View file

@ -92,6 +92,13 @@ layout: default
</div>
</div>
</div>
</section>
<section class="info">
<div>
{{ content }}
</div>
</section>
<div id="fixedPlayer" class="showplayer hideplayer">
<div id="audiowrap">
@ -115,13 +122,6 @@ layout: default
</div>
</div>
</section>
<section class="info">
<div>
{{ content }}
</div>
</section>
{% include streamer.html %}
{% if onetracker > 1 %}

View file

@ -175,8 +175,8 @@ a[id^="btn"]::-moz-focus-inner {
}
.coverartwrapper {
width: 80%;
padding-top: 80%; /* 1:1 Aspect Ratio */
width: 70%;
padding-top: 70%; /* 1:1 Aspect Ratio */
position: relative; /* If you want text inside of it */
}
.coverartwrapped {