mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Style-fixes for export/import from soundcloud
This commit is contained in:
@@ -406,6 +406,11 @@ li.disabled span {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.export-soundcloud, .import-soundcloud {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.import-spotify-auth{
|
.import-spotify-auth{
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -196,7 +196,8 @@
|
|||||||
<li class="white-bg">
|
<li class="white-bg">
|
||||||
<div class="input-field field-settings soundcloud-import-button import-buttons">
|
<div class="input-field field-settings soundcloud-import-button import-buttons">
|
||||||
<a class="waves-effect btn import-soundcloud" title="Import SoundCloud playlist">
|
<a class="waves-effect btn import-soundcloud" title="Import SoundCloud playlist">
|
||||||
<img src="https://developers.soundcloud.com/assets/powered_by_large_white-9c2af6a93ad2b1c541f423d9e9045980.png" class="left soundcloud_logo" alt="SoundCloud Logo" />SoundCloud
|
<img src="https://developers.soundcloud.com/assets/logo_big_white-65c2b096da68dd533db18b9f07d14054.png" class="left soundcloud_logo" alt="SoundCloud Logo" />
|
||||||
|
<span>SoundCloud</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-field field-settings soundcloud_authenticated hide">
|
<div class="input-field field-settings soundcloud_authenticated hide">
|
||||||
@@ -269,7 +270,8 @@
|
|||||||
<li class="white-bg">
|
<li class="white-bg">
|
||||||
<div class="input-field field-settings soundcloud-export-button export-buttons">
|
<div class="input-field field-settings soundcloud-export-button export-buttons">
|
||||||
<a class="waves-effect btn export-soundcloud" title="Export to SoundCloud">
|
<a class="waves-effect btn export-soundcloud" title="Export to SoundCloud">
|
||||||
<img src="https://developers.soundcloud.com/assets/powered_by_large_white-9c2af6a93ad2b1c541f423d9e9045980.png" class="left soundcloud_logo" alt="SoundCloud Logo" />SoundCloud
|
<img src="https://developers.soundcloud.com/assets/logo_big_white-65c2b096da68dd533db18b9f07d14054.png" class="left soundcloud_logo" alt="SoundCloud Logo" />
|
||||||
|
<span>SoundCloud</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user