Catgrills / Exhentai.usercss

A css script for Exhentai.org
36 stars 1 forks source link

Favorites - Categories #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

There is a problem with Categories under Favorites, the counter is overlapping. Look at the screenshot.

screenshot from 2018-08-05 21-03-43

Catgrills commented 6 years ago

I see, I didn't notice it since I changed the Favorites label, you can change the font-size of the following element (you can set it below 18pt if the issue persists) :

div[style="float:left; text-align:left; height:20px; padding:2px 0 0 3px"] {
    font-size: 18pt; 
}

And don't forget to install the font I used.

ghost commented 6 years ago

Thanks. Is showing properly now.