]> git.wh0rd.org - tt-rss.git/commitdiff
feed tree: do not set fixed item height
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Jul 2017 05:21:03 +0000 (08:21 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Jul 2017 05:21:03 +0000 (08:21 +0300)
css/tt-rss.css

index 80bfba5231a6c3aba02808396013c53dacaa77f5..2fb9a2551911ceaf13d34a446ad9834e9aada339 100644 (file)
@@ -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;
 }