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>

View File

@@ -43,9 +43,9 @@
color: #666;
text-align: center;
margin-top: 3px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.artist {
@@ -53,7 +53,6 @@
color: #b3b3b3;
text-align: center;
margin-bottom: 5px;
margin-top: 5px;
}
.logo {
@@ -98,19 +97,19 @@
{{css_bar|safe}}
</style>
<div class="main">
<a class="art" href="{}" target="_BLANK">
<center>
<img src="data:image/png;base64, {{image}}" class="cover" />
<img src="data:image/png;base64, {{img}}" class="cover" />
</center>
</a>
<div class="text">
<div class="song">{{songName}}</div>
<div class="artist">{{artistName}}</div>
<div class="song">{{song_name}}</div>
<div class="artist">{{artist_name}}</div>
<div id="bars">
{{contentBar|safe}}
{{content_bar|safe}}
</div>
</div>
</div>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB