mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 13:24:56 +01:00
Revert "Recently playing mod"
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user