aboutsummaryrefslogtreecommitdiff
path: root/CustomApps
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-03-06 15:37:13 -0500
committersowgro <tpoke.ferrari@gmail.com>2024-03-06 15:37:13 -0500
commite8438a2707c83172c2fb8b00c4f1e40698e79c70 (patch)
tree3e8b5e996cf706ece51ebbf16beb1bac853d3713 /CustomApps
parenteb55e1595c4c18b079e43be8ab834501c572d4c0 (diff)
downloadbetterLibrary-2.5.1.tar.gz
betterLibrary-2.5.1.tar.bz2
betterLibrary-2.5.1.zip
Fix messed up text in about artist2.5.1
Diffstat (limited to 'CustomApps')
-rw-r--r--CustomApps/betterLibrary/loadcss.js5
1 files changed, 3 insertions, 2 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);
}