diff --git a/static/src/scss/_spotify.scss b/static/src/scss/_spotify.scss index 7576d15..8bae2cc 100644 --- a/static/src/scss/_spotify.scss +++ b/static/src/scss/_spotify.scss @@ -1,5 +1,11 @@ body.page-spotifyplaylistpage { table { + font-size: 80%; + + td { + vertical-align: middle; + } + img { min-width: 55px; width: 55px; diff --git a/website/spotify/templates/spotify/spotify_playlist_page.html b/website/spotify/templates/spotify/spotify_playlist_page.html index 032069f..ea44718 100644 --- a/website/spotify/templates/spotify/spotify_playlist_page.html +++ b/website/spotify/templates/spotify/spotify_playlist_page.html @@ -3,7 +3,7 @@ {% block post_content %}

{{ playlist.name }}

- +