BetterFolders: fix mentions display (#761)

closes #759
This commit is contained in:
Juby210 2023-04-02 20:31:10 +02:00 committed by GitHub
parent 7c563471f6
commit 8378638ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
.vc-bf-folder-sidebar [class*="wrapper-"] > div:first-of-type {
.vc-bf-folder-sidebar [class*="wrapper-"] > [class*="listItem-"]:first-of-type {
display: none;
}