1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

Revert "Revert "another attempt at flex-based feed tree""

This reverts commit 43744412f4.
This commit is contained in:
Andrew Dolgov
2021-03-22 14:46:23 +03:00
parent 334a361e79
commit 98251022d4
8 changed files with 168 additions and 52 deletions

View File

@@ -202,7 +202,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "dojo/_base/array", "dojo/co
return (item.unread <= 0) ? "dijitTreeLabel" : "dijitTreeLabel Unread";
},
getRowClass: function (item/*, opened */) {
let rc = "dijitTreeRow";
let rc = "dijitTreeRow dijitTreeRowFlex";
const is_cat = String(item.id).indexOf('CAT:') != -1;