forked from platypush/platypush
[Music UI] Fixed alignment of buttons in the playlist header.
This commit is contained in:
parent
e3ea315276
commit
2c429e9003
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="buttons pull-right">
|
<div class="col-4 buttons pull-right">
|
||||||
<Dropdown title="Players" icon-class="fa fa-volume-up" v-if="Object.keys(devices || {}).length">
|
<Dropdown title="Players" icon-class="fa fa-volume-up" v-if="Object.keys(devices || {}).length">
|
||||||
<DropdownItem v-for="(device, id) in devices" :key="id" v-text="device.name"
|
<DropdownItem v-for="(device, id) in devices" :key="id" v-text="device.name"
|
||||||
:item-class="{active: activeDevice === id, selected: selectedDevice === id}"
|
:item-class="{active: activeDevice === id, selected: selectedDevice === id}"
|
||||||
|
|
Loading…
Reference in a new issue