diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-14 00:14:27 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-14 00:14:27 -0700 |
commit | e69ea5910f4e195a65940c6de2ae521e8d821c85 (patch) | |
tree | b07d022b3275aff9f937675047a533f689a9320f | |
parent | 31a04555aeee7e9bdaf770ab8f9252990a874890 (diff) | |
download | yt-local-e69ea5910f4e195a65940c6de2ae521e8d821c85.tar.lz yt-local-e69ea5910f4e195a65940c6de2ae521e8d821c85.tar.xz yt-local-e69ea5910f4e195a65940c6de2ae521e8d821c85.zip |
subscriptions.html: Add horizontal rule between tag list and channel list
-rw-r--r-- | youtube/templates/subscriptions.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/templates/subscriptions.html b/youtube/templates/subscriptions.html index 62ed681..fa6b5bf 100644 --- a/youtube/templates/subscriptions.html +++ b/youtube/templates/subscriptions.html @@ -70,6 +70,7 @@ </div> <hr> + <ol class="sidebar-list tags"> {% if current_tag %} <li class="sidebar-list-item"> @@ -94,6 +95,8 @@ {% endfor %} </ol> + <hr> + <ol class="sidebar-list sub-refresh-list"> {% for subscription in subscription_list %} <li class="sidebar-list-item {{ 'muted' if subscription['muted'] else '' }}"> |