Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Remove empty paragraph inside filter button
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 28, 2023
1 parent e0179ba commit 3eae0cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Retain srollability when the posts are deleted after limit is reached
* Add privacy policy
* Fix the width of the live indicator
* Remove empty paragraph inside filter button

### 0.9.0: 2023-10-28

Expand Down
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@
color: var(--color-dim);
}

button.filter-now p:empty {
display: none;
}

button.filter-now .placeholder {
font-weight: 700;
}
Expand Down

0 comments on commit 3eae0cf

Please sign in to comment.