Przeglądaj źródła

Fix Screwdriver theme

Before, it wasn't possible to hide categories when they had no articles to read.
I applied the same rule than the one described in here (https://github.com/marienfressinaud/FreshRSS/commit/d19824b919289ad63743f27da7861f2422da5baa).
Now, the categories are hidden when they have no articles to read.

See #594
Alexis Degrugillier 11 lat temu
rodzic
commit
366550057d
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      p/themes/Screwdriver/template.css

+ 3 - 0
p/themes/Screwdriver/template.css

@@ -309,6 +309,9 @@ a.btn {
 	list-style: none;
 	margin: 0;
 }
+.state_unread li:not(.active)[data-unread="0"] {
+	display: none;
+}
 .category {
 	display: block;
 	overflow: hidden;