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 song/artist
add-license-1
novatorem
5 years ago
parent
01388e270d
commit
d0418eb390
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
api/spotify-playing.py
+3
-3
api/templates/spotify.html.j2
+ 1
- 1
api/spotify-playing.py
View File
@ -75,7 +75,7 @@ def get_now_playing():
return
repsonse_json
def
generate_css_bar
(
num_bar
=
75
)
:
def
generate_css_bar
(
num_bar
=
80
)
:
css_bar
=
"
"
left
=
1
for
i
in
range
(
1
,
num_bar
+
1
)
:
+ 3
- 3
api/templates/spotify.html.j2
View File
@ -40,15 +40,15 @@
font-size: 24px;
color: #fff;
text-align: left;
margin-top: 5px;
margin-top:
6
5px;
}
.song {
font-size: 20px;
color: #b3b3b3;
text-align: left;
margin-top:
4
5px;
margin-bottom:
1
5px;
margin-top:
1
5px;
margin-bottom: 5px;
}
.logo {
Write
Preview
Loading…
Cancel
Save