Improve look of collections and playlists tables

This commit is contained in:
JonnyWong16
2020-09-30 21:01:14 -07:00
parent c5ea50d480
commit 1061c334ae
7 changed files with 59 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ DOCUMENTATION :: END
%>
% if data['children_count'] > 0:
<div class="item-children-wrapper">
<ul class="item-children-instance list-unstyled">
<ul class="item-children-instance ${'max-height' if media_type == 'playlist' else ''} list-unstyled">
% for child in data['children_list']:
% if child['rating_key']:
% if data['children_type'] == 'track' or media_type == 'playlist':