Skip to content
Snippets Groups Projects

Resolve "Add a "currently playing" page"

Merged Benoît Harrault requested to merge 45-add-a-currently-playing-page into master
8 files
+ 183
68
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 17
1
@@ -11,10 +11,26 @@
max-width: 1rem;
}
.spotify-image>img {
.spotify-image > img {
border: solid 1px #888;
text-align: center;
max-height: 1rem;
max-width: 1rem;
margin: auto;
}
.now-playing {
background-color: black;
color: white;
}
.now-playing-cover {
padding: 2em;
}
.now-playing-title {
padding-top: 4em;
font-size: 400%;
font-weight: bolder;
}
.now-playing-artists {
font-size: 200%;
}
Loading