1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 22:19:13 +00:00

show all subscribed feeds with scrollbar in user details

This commit is contained in:
Andrew Dolgov
2005-12-29 16:53:57 +01:00
parent 4154a4158f
commit 9b3e2cc74c
2 changed files with 8 additions and 2 deletions

View File

@@ -916,3 +916,9 @@ span.groupPrompt {
font-size : x-small;
color : #505050;
}
ul.userFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
}