mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:25:56 +00:00
also fade out empty categories
This commit is contained in:
@@ -1035,7 +1035,8 @@ function hideOrShowFeedsCategory(doc, node, hide, cat_node) {
|
||||
return;
|
||||
}
|
||||
if (hide) {
|
||||
cat_node.style.display = "none";
|
||||
//cat_node.style.display = "none";
|
||||
Effect.Fade(cat_node, {duration : 0.3});
|
||||
} else {
|
||||
cat_node.style.display = "list-item";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user