Fixed small play button glitch on playlists
This commit is contained in:
parent
80f0cc12e9
commit
a63abca038
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue