Skip to content
Snippets Groups Projects
Verified Commit a63abca0 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed small play button glitch on playlists

parent 80f0cc12
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -504,7 +504,7 @@ input + .help {
position: relative;
margin-bottom: -1px;
.button {
position: absolute;
position: absolute !important;
bottom: 0.5em;
right: 0.5em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment