Skip to content

Commit

Permalink
fix empty tag suggestions being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Sep 10, 2024
1 parent 01ccc56 commit 88c6652
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/features/quick_reblog.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ div:first-child + span + #quick-reblog,
display: none;
}

#quick-reblog .tag-suggestions:has(> div:empty) {
display: none;
}

#quick-reblog .tag-suggestions {
position: absolute;
z-index: 1;
Expand Down

0 comments on commit 88c6652

Please sign in to comment.