From e8438a2707c83172c2fb8b00c4f1e40698e79c70 Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 6 Mar 2024 15:37:13 -0500 Subject: Fix messed up text in about artist --- CustomApps/betterLibrary/loadcss.js | 5 +++-- style.css | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CustomApps/betterLibrary/loadcss.js b/CustomApps/betterLibrary/loadcss.js index c1bda8a..481872a 100644 --- a/CustomApps/betterLibrary/loadcss.js +++ b/CustomApps/betterLibrary/loadcss.js @@ -48,7 +48,7 @@ display: none; } - /* hides expand/reduce button (<- ->) and also add(+), more(...)*/ + /* hides expand/reduce button (<- ->) and also add(+) and more(...)*/ button.Button-sc-1dqy6lx-0.main-yourLibraryX-button.main-yourLibraryX-iconOnly.NxEINIJHGytq4gF1r2N1 { display: none; } @@ -64,7 +64,8 @@ } /* fixes icons on collapsed betterlibrary */ - span.Type__TypeElement-sc-goli3j-0.TypeElement-balladBold-type, span.Text__TextElement-sc-if376j-0 { + span.Type__TypeElement-sc-goli3j-0.TypeElement-balladBold-type, + .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 330e1e7..ccef00b 100644 --- a/style.css +++ b/style.css @@ -60,7 +60,8 @@ 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.Text__TextElement-sc-if376j-0 { +span.Type__TypeElement-sc-goli3j-0.TypeElement-balladBold-type, +.main-yourLibraryX-navItem span.Text__TextElement-sc-if376j-0 { display: var(--betterlib-fix-collaped-view,inherit); } -- cgit v1.2.3