From d637f5b29c2153b0e4fde2f7183230100b2f6309 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 10 Jun 2019 02:29:55 -0700 Subject: Group by tags feature and improve appearance of sub list items --- yt_subscription_manager_template.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'yt_subscription_manager_template.html') diff --git a/yt_subscription_manager_template.html b/yt_subscription_manager_template.html index 76cd864..83a52fa 100644 --- a/yt_subscription_manager_template.html +++ b/yt_subscription_manager_template.html @@ -44,6 +44,18 @@ padding:10px; } + + .tag-group-list{ + list-style: none; + margin-left: 10px; + margin-right: 10px; + padding: 0px; + } + .tag-group{ + border-style: solid; + margin-bottom: 10px; + } + .sub-list{ list-style: none; padding:10px; @@ -52,10 +64,16 @@ } .sub-list > li{ display:flex; - justify-content: space-between; margin-bottom: 10px; background-color: #dadada; } + .tag-list{ + margin-left:15px; + font-weight:bold; + } + .sub-list-item-name{ + margin-left:15px; + } .sub-list-checkbox{ height: 1.5em; width: 1.5em; @@ -82,7 +100,7 @@ $header
- Group by tags + $sort_name @@ -90,9 +108,7 @@ $header
-
    -$sub_list -
+$main_list -- cgit v1.2.3