diff --git a/backend.php b/backend.php
index c39908c99..e92317680 100644
--- a/backend.php
+++ b/backend.php
@@ -3666,9 +3666,9 @@
print "
Subscribed feeds
";
$result = db_query($link, "SELECT id,title,site_url FROM ttrss_feeds
- WHERE owner_uid = '$uid' ORDER BY title LIMIT 20");
+ WHERE owner_uid = '$uid' ORDER BY title");
- print "";
+ print "";
while ($line = db_fetch_assoc($result)) {
diff --git a/tt-rss.css b/tt-rss.css
index bffbe0e23..b0c7bdcd6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -916,3 +916,9 @@ span.groupPrompt {
font-size : x-small;
color : #505050;
}
+
+ul.userFeedList {
+ height : 300px;
+ overflow : auto;
+ list-style-type : none;
+}