[Music UI] Fixed alignment of buttons in the playlist header.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-12-30 00:06:56 +01:00
parent e3ea315276
commit 2c429e9003
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</label>
</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">
<DropdownItem v-for="(device, id) in devices" :key="id" v-text="device.name"
:item-class="{active: activeDevice === id, selected: selectedDevice === id}"