1
0
Fork 0
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:
Frédéric Guillot 2021-06-02 18:54:28 -07:00 committed by fguillot
parent 4b2a25eed4
commit 409d05eec8
5 changed files with 27 additions and 10 deletions

View file

@ -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 {