summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
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;
+}