summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-27 08:21:03 +0300
committerAndrew Dolgov <[email protected]>2017-07-27 08:21:03 +0300
commita1a98d841f75bbb12d7e81b087e456f37928ef64 (patch)
treedeb0f2a13f406b28fcc16b93e137b964a181e089 /css
parenta6990df3ad80b59f5cf415c11092d3105fc57883 (diff)
feed tree: do not set fixed item height
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 80bfba523..2fb9a2551 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;
}