Locutus64 124 Posted March 5, 2022 Posted March 5, 2022 I give up both Kate and Visual Studio Code could not locate that line in your image.
GrimReaper 4141 Posted March 5, 2022 Posted March 5, 2022 1 minute ago, Locutus64 said: I give up both Kate and Visual Studio Code could not locate that line in your image. Why do you need to locate it? Just replace: div.cardText.cardTextCentered.cardText-first { white-space: pre-wrap; } with div.cardText.cardText-first { white-space: pre-wrap; } 1
Happy2Play 9441 Posted March 5, 2022 Posted March 5, 2022 3 minutes ago, GrimReaper said: Roles, yes. Change to "div.cardText" to cover all or add "div.cardText.cardText-secondary". 1 1
GrimReaper 4141 Posted March 5, 2022 Posted March 5, 2022 1 minute ago, Happy2Play said: Change to "div.cardText" to cover all or add "div.cardText.cardText-secondary". Great stuff.
Locutus64 124 Posted March 5, 2022 Posted March 5, 2022 (edited) Yea I was thinking the long theming CSS instead of that. OMFGawd. Thanks for making realize I was look at the wrong CSS. EDIT: Perfect, worked like a charm. Thanks guys for the help with this, greatly appreciated. Edited March 5, 2022 by Locutus64 1
Happy2Play 9441 Posted March 5, 2022 Posted March 5, 2022 10 minutes ago, Locutus64 said: I give up both Kate and Visual Studio Code could not locate that line in your image. Where were you looking? But if you were to look at system css you would have had to look at the card.css. But you should use the browser console to see select the elements then apply custom css to Emby as editing system files requires update with every server update. You should only run into issues default code already has "!important". 1
kbeck 44 Posted March 21, 2024 Author Posted March 21, 2024 On 9/13/2021 at 3:03 PM, Happy2Play said: Long names will always be a issue. At least for the web client I just add some custom css. div.cardText.cardTextCentered.cardText-first { white-space: pre-wrap; } Once upon a time you helped me with this Title Wrap problem. Has worked great until now. Just noticed it was no longer working. Does yours still work? Thx.
Happy2Play 9441 Posted March 21, 2024 Posted March 21, 2024 5 minutes ago, kbeck said: Once upon a time you helped me with this Title Wrap problem. Has worked great until now. Just noticed it was no longer working. Does yours still work? Thx. There was a change at some point as there is no cardTextCentered anymore. div.cardText.cardText-first { white-space: pre-wrap; } 1
kbeck 44 Posted March 21, 2024 Author Posted March 21, 2024 2 minutes ago, Happy2Play said: There was a change at some point as there is no cardTextCentered anymore. div.cardText.cardText-first { white-space: pre-wrap; } Perfect. Thanks so much. Been watching a lot of TV shows and had not noticed the change.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now