Spotify user api integration
En een begin aan een playlist maker. Doet op het moment niet veel.
This commit is contained in:
@@ -477,11 +477,27 @@ input[type="range"]#volume::-webkit-slider-thumb {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.settings .admin-panel {
|
||||
background-image: url(img/gears.png);
|
||||
.settings .icon {
|
||||
height: 40px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
width: 40px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.settings .admin-panel {
|
||||
background-image: url(img/gears.png);
|
||||
}
|
||||
|
||||
.settings .spotify {
|
||||
background-image: url(img/spotify.png);
|
||||
background-size: 32px;
|
||||
}
|
||||
|
||||
.settings #spotify-cancel {
|
||||
background-image: url(img/spotify-cancel.png);
|
||||
background-size: 16px;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
min-width: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user