mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 02:57:12 +01:00
Improved spacing
This commit is contained in:
2
SetUp.md
2
SetUp.md
@@ -3,7 +3,7 @@
|
||||
## Spotify
|
||||
|
||||
* Create a [Spotify Application](https://developer.spotify.com/dashboard/applications)
|
||||
* Put aside:
|
||||
* Take note of:
|
||||
* `Client ID`
|
||||
* `Client Secret`
|
||||
* Click on **Edit Settings**
|
||||
|
||||
@@ -73,7 +73,7 @@ def loadImageB64(url):
|
||||
return b64encode(resposne.content).decode("ascii")
|
||||
|
||||
def makeSVG(data):
|
||||
barCount = 83
|
||||
barCount = 84
|
||||
contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)])
|
||||
barCSS = barGen(barCount)
|
||||
|
||||
|
||||
@@ -53,11 +53,7 @@
|
||||
color: #b3b3b3;
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.cover {
|
||||
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user