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>
|
||||
|
||||
</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 %}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue