mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
experimentally align counters to the right
This commit is contained in:
@@ -192,7 +192,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
||||
|
||||
args.item.unread > 0 ? Element.show(ctr) : Element.hide(ctr);
|
||||
|
||||
dojo.place(ctr, tnode.labelNode, 'after');
|
||||
dojo.place(ctr, tnode.rowNode, 'first');
|
||||
tnode.counterNode = ctr;
|
||||
|
||||
//tnode.labelNode.innerHTML = args.label;
|
||||
|
||||
Reference in New Issue
Block a user