Responsive cards/tables thanks to unstackable

This commit is contained in:
Eliot Berriot 2018-02-15 22:32:37 +01:00
parent 28c0121c89
commit cb4fb2e4fd
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 7 additions and 7 deletions

View file

@ -53,7 +53,7 @@
</div>
</div>
<div class="ui bottom attached tab" data-tab="queue">
<table class="ui compact inverted very basic fixed single line table">
<table class="ui compact inverted very basic fixed single line unstackable table">
<draggable v-model="queue.tracks" element="tbody" @update="reorder">
<tr @click="$store.dispatch('queue/currentIndex', index)" v-for="(track, index) in queue.tracks" :key="index" :class="[{'active': index === queue.currentIndex}]">
<td class="right aligned">{{ index + 1}}</td>