mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Feeds with errors should appear before unread ones
This commit is contained in:
parent
4b2a25eed4
commit
409d05eec8
5 changed files with 27 additions and 10 deletions
|
@ -746,7 +746,8 @@ a.button {
|
|||
/* Feeds list */
|
||||
article.feed-parsing-error {
|
||||
background-color: var(--feed-parsing-error-background-color);
|
||||
border-color: #aaa;
|
||||
border-style: var(--feed-parsing-error-border-style);
|
||||
border-color: var(--feed-parsing-error-border-color);
|
||||
}
|
||||
|
||||
article.feed-has-unread {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue