.MPD_playlist{
    height:0;
}

.LIST_playlist_toolbar{
    min-height: 4em;
    margin-bottom: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.LIST_playlist_toolbar select{
    position: fixed;
    width:calc(100% - 1em);
}

.LIST_playlist_toolbar .MPD_button{
    margin-top: 1em;
}

.LIST_append_playlist.MPD_button{
    background-image:  url(../img/plus.svg);
}

.LIST_replace_playlist.MPD_button{
    background-image:  url(../img/list.svg);
}

.LIST_delete_playlist.MPD_button{
    background-image:  url(../img/trash.svg);
}

.LIST_rename_playlist.MPD_button{
    background-image:  url(../img/rename.svg);
}

.MPD_playlist_list{
    width:100%;
    margin-bottom: 10px;
}
