Revert "Recently playing mod"

This commit is contained in:
novatorem
2020-08-23 11:18:07 -04:00
parent 91e430cc6a
commit d1391cf38b
4 changed files with 47 additions and 41 deletions

View File

@@ -61,11 +61,9 @@
}
.cover {
position: absolute;
border-radius: 5px;
height: 100px;
width: 100px;
z-index: -1;
}
#bars {
@@ -101,14 +99,16 @@
<div class="main">
<a class="art" href="{}" target="_BLANK">
<center>
<img src="https://source.unsplash.com/random/500x500" class="cover"/>
<img src="https://source.unsplash.com/random/500x500" class="cover" />
</center>
</a>
<div class="text">
<div class="song">Song</div>
<div class="artist">Arist</div>
<div id="bars">Bars</div>
<div id="bars">
{{content_bar|safe}}
</div>
</div>
</div>