z-index of player and bumping images
This commit is contained in:
parent
dc1c039ab5
commit
5253dbc946
|
@ -92,6 +92,13 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="info">
|
||||||
|
<div>
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<div id="fixedPlayer" class="showplayer hideplayer">
|
<div id="fixedPlayer" class="showplayer hideplayer">
|
||||||
<div id="audiowrap">
|
<div id="audiowrap">
|
||||||
|
|
||||||
|
@ -115,13 +122,6 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
|
||||||
<section class="info">
|
|
||||||
<div>
|
|
||||||
{{ content }}
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% include streamer.html %}
|
{% include streamer.html %}
|
||||||
|
|
||||||
{% if onetracker > 1 %}
|
{% if onetracker > 1 %}
|
||||||
|
|
|
@ -175,8 +175,8 @@ a[id^="btn"]::-moz-focus-inner {
|
||||||
}
|
}
|
||||||
.coverartwrapper {
|
.coverartwrapper {
|
||||||
|
|
||||||
width: 80%;
|
width: 70%;
|
||||||
padding-top: 80%; /* 1:1 Aspect Ratio */
|
padding-top: 70%; /* 1:1 Aspect Ratio */
|
||||||
position: relative; /* If you want text inside of it */
|
position: relative; /* If you want text inside of it */
|
||||||
}
|
}
|
||||||
.coverartwrapped {
|
.coverartwrapped {
|
||||||
|
|
Loading…
Reference in a new issue