Improved spacing

This commit is contained in:
novatorem
2020-08-23 13:08:24 -04:00
parent af2e55bd5e
commit 7ab94f68cc
3 changed files with 3 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
## Spotify ## Spotify
* Create a [Spotify Application](https://developer.spotify.com/dashboard/applications) * Create a [Spotify Application](https://developer.spotify.com/dashboard/applications)
* Put aside: * Take note of:
* `Client ID` * `Client ID`
* `Client Secret` * `Client Secret`
* Click on **Edit Settings** * Click on **Edit Settings**

View File

@@ -73,7 +73,7 @@ def loadImageB64(url):
return b64encode(resposne.content).decode("ascii") return b64encode(resposne.content).decode("ascii")
def makeSVG(data): def makeSVG(data):
barCount = 83 barCount = 84
contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)]) contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)])
barCSS = barGen(barCount) barCSS = barGen(barCount)

View File

@@ -53,11 +53,7 @@
color: #b3b3b3; color: #b3b3b3;
text-align: center; text-align: center;
margin-bottom: 5px; margin-bottom: 5px;
} margin-top: 4px;
.logo {
margin-left: 5px;
margin-top: 5px;
} }
.cover { .cover {

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB