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

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;
}