Style-fixes for export/import from soundcloud

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-23 14:17:37 +02:00
parent a649f3835a
commit 4b571b65f0
2 changed files with 9 additions and 2 deletions

View File

@@ -406,6 +406,11 @@ li.disabled span {
height: 100%;
}
.export-soundcloud, .import-soundcloud {
display: flex;
justify-content: center;
}
.import-spotify-auth{
padding-left:5px;
}