mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 11:07:09 +01:00
Improved spacing
This commit is contained in:
2
SetUp.md
2
SetUp.md
@@ -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**
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user