This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
spotify-readme
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix double class
add-license-1
novatorem
5 years ago
parent
f6218577af
commit
01388e270d
1 changed files
with
7 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-4
api/templates/spotify.html.j2
+ 7
- 4
api/templates/spotify.html.j2
View File
@ -29,6 +29,12 @@
color: #ff1616;
color: #ff1616;
}
}
.art {
float: left;
width: 44%;
margin-left: -15px;
}
.artist {
.artist {
font-weight: bold;
font-weight: bold;
font-size: 24px;
font-size: 24px;
@ -51,9 +57,6 @@
}
}
.cover {
.cover {
float: left;
width: 44%;
margin-left: -15px;
border-radius: 5px;
border-radius: 5px;
}
}
@ -92,7 +95,7 @@
{% if song_name %}
{% if song_name %}
<div class="main">
<div class="main">
<a href="{}" target="_BLANK">
<a
class="art"
href="{}" target="_BLANK">
<center>
<center>
<img src="data:image/png;base64, {{img}}" width="200" height="200" class="cover" />
<img src="data:image/png;base64, {{img}}" width="200" height="200" class="cover" />
</center>
</center>
Write
Preview
Loading…
Cancel
Save