Is it possible to disable or hide the "No backlings found" image? #377
Replies: 1 comment 2 replies
-
You can import this CSS snippet to disable images: .tag-pane-empty::before, .bookmarks-pane-empty::before, .pane-empty::before, .search-empty-state::before{
display: none;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to disable or hide the "No backlings found" image?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions