diff options
-rw-r--r-- | CustomApps/betterLibrary/loadcss.js | 2 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CustomApps/betterLibrary/loadcss.js b/CustomApps/betterLibrary/loadcss.js index 481872a..82ff0a3 100644 --- a/CustomApps/betterLibrary/loadcss.js +++ b/CustomApps/betterLibrary/loadcss.js @@ -64,7 +64,7 @@ } /* fixes icons on collapsed betterlibrary */ - span.Type__TypeElement-sc-goli3j-0.TypeElement-balladBold-type, + span.Type__TypeElement-sc-goli3j-0, .main-yourLibraryX-navItem span.Text__TextElement-sc-if376j-0 { display: var(--betterlib-fix-collaped-view,inherit); } @@ -60,7 +60,7 @@ span button.Button-sc-1dqy6lx-0.main-yourLibraryX-button.main-yourLibraryX-iconO } /* fixes icons on collapsed betterlibrary */ -span.Type__TypeElement-sc-goli3j-0.TypeElement-balladBold-type, +span.Type__TypeElement-sc-goli3j-0, .main-yourLibraryX-navItem span.Text__TextElement-sc-if376j-0 { display: var(--betterlib-fix-collaped-view,inherit); } |