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: "";
|
||||
}
|
||||
|
||||
.hide-read-items {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.hide-read-items .item-status-read {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue