mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-22 08:45:27 +00:00
fix height of feed update errors list
This commit is contained in:
10
tt-rss.css
10
tt-rss.css
@@ -831,6 +831,16 @@ span.groupPrompt {
|
||||
color : #4684ff;
|
||||
}
|
||||
|
||||
ul.feedErrorsList {
|
||||
height : 300px;
|
||||
overflow : auto;
|
||||
list-style-type : none;
|
||||
border : 1px solid #88b0f0;
|
||||
background-color : white;
|
||||
margin : 0px 0px 5px 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
ul.userFeedList {
|
||||
height : 300px;
|
||||
overflow : auto;
|
||||
|
||||
Reference in New Issue
Block a user