From: Andrew Dolgov Date: Thu, 27 Jul 2017 05:21:03 +0000 (+0300) Subject: feed tree: do not set fixed item height X-Git-Tag: 17.12~139 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=a1a98d841f75bbb12d7e81b087e456f37928ef64 feed tree: do not set fixed item height --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 80bfba52..2fb9a255 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1083,8 +1083,7 @@ body#ttrssMain #feedTree.dijitTree .dijitTreeRow { } body#ttrssMain #feedTree.dijitTree .dijitTreeNode .dijitTreeRow { - padding : 2px 0px 2px; - height : 22px; + padding : 4px 0px 4px; border-width : 1px; color : #333; } @@ -1131,7 +1130,6 @@ body#ttrssMain #feedTree .counterNode { position : relative; line-height : 14px; margin-right : 8px; - margin-top : 3px; min-width : 23px; height : 14px; }