Fixed small play button glitch on playlists

This commit is contained in:
Eliot Berriot 2020-02-25 16:14:21 +01:00
parent 80f0cc12e9
commit a63abca038
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
<div v-if="isLoading" class="ui inverted active dimmer">
<div class="ui loader"></div>
</div>
<div class="ui hidden divider"></div>
<div v-if="playlistsExist" class="ui cards app-cards">
<playlist-card v-for="playlist in objects" :key="playlist.id" :playlist="playlist"></playlist-card>
</div>

View File

@ -504,7 +504,7 @@ input + .help {
position: relative;
margin-bottom: -1px;
.button {
position: absolute;
position: absolute !important;
bottom: 0.5em;
right: 0.5em;
}