mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Hide horizontal overflow on hiding articles; fixes #130
This commit is contained in:
parent
9554d0bd53
commit
b0667e1b78
1 changed files with 4 additions and 0 deletions
|
@ -528,6 +528,10 @@ a.button {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide-read-items {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.hide-read-items .item-status-read {
|
.hide-read-items .item-status-read {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue