mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 17:01:28 +00:00
initial feed browser work
This commit is contained in:
14
tt-rss.css
14
tt-rss.css
@@ -922,3 +922,17 @@ ul.userFeedList {
|
||||
overflow : auto;
|
||||
list-style-type : none;
|
||||
}
|
||||
|
||||
ul.browseFeedList {
|
||||
height : 300px;
|
||||
overflow : auto;
|
||||
list-style-type : none;
|
||||
}
|
||||
|
||||
span.subscribers {
|
||||
color : #808080;
|
||||
}
|
||||
|
||||
input.feedBrowseCB {
|
||||
margin-right : 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user