Yesterday, 09:17 AM
(This post was last modified: Yesterday, 09:19 AM by Ketchup. Edited 3 times in total.)
Is possible to show more than 99+ unwatched on the media card?
I only found how to hide the with ".countIndicator"
I tried a few value but nothing so far. When I spam F5 on the web interface I can see the real number quickly but it change to 99+ just after, that let me think it's possible.
At the same time, I use this to show the full name of media, it's working without issues (so far) but I'm wondering if it's the correct way to do it ?
I only found how to hide the with ".countIndicator"
I tried a few value but nothing so far. When I spam F5 on the web interface I can see the real number quickly but it change to 99+ just after, that let me think it's possible.
At the same time, I use this to show the full name of media, it's working without issues (so far) but I'm wondering if it's the correct way to do it ?
Code:
.cardText {
text-overflow: clip !important;
white-space: normal !important;
}