From 326c885183d13ee89154b90352177d0227a7f9f2 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 25 Mar 2024 20:20:34 -0400 Subject: fix broken sidebar text --- CustomApps/betterLibrary/loadcss.js | 2 +- 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); } diff --git a/style.css b/style.css index ccef00b..0590ce3 100644 --- a/style.css +++ b/style.css @@ -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); } -- cgit v1.2.3