From 34408b50a756a1191b98388642d2e1fc4b5dcaee Mon Sep 17 00:00:00 2001 From: Wojtek Date: Tue, 7 Feb 2023 01:46:42 -0300 Subject: [PATCH] Add CSS classes to differentiate between category/feed/entry view and icons --- template/templates/common/feed_list.html | 14 +++++++------- template/templates/common/item_meta.html | 16 ++++++++-------- template/templates/views/bookmark_entries.html | 2 +- template/templates/views/categories.html | 14 +++++++------- template/templates/views/category_entries.html | 2 +- template/templates/views/feed_entries.html | 2 +- template/templates/views/history_entries.html | 2 +- template/templates/views/search_entries.html | 2 +- template/templates/views/shared_entries.html | 8 ++++---- template/templates/views/unread_entries.html | 2 +- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/template/templates/common/feed_list.html b/template/templates/common/feed_list.html index 19c79797..906385fe 100644 --- a/template/templates/common/feed_list.html +++ b/template/templates/common/feed_list.html @@ -1,7 +1,7 @@ {{ define "feed_list" }}
{{ range .feeds }} -
+
{{ if and (.Icon) (gt .Icon.IconID 0) }} @@ -19,21 +19,21 @@