1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Fix regressions introduced in previous JS refactoring

This commit is contained in:
Jebbs 2019-07-26 10:02:39 +08:00 committed by Frédéric Guillot
parent a634839678
commit 17aae72583
5 changed files with 45 additions and 51 deletions

View file

@ -611,7 +611,7 @@ a.button {
overflow-x: hidden;
}
.hide-read-items .item-status-read {
.hide-read-items .item-status-read:not(.current-item) {
display: none;
}