[Suggestion] Hide/Fix tags on character profile

Posted 5 years, 5 months ago (Edited 1 year, 6 months ago) by Tegmelko

So ?

302 Votes YES
6 Votes NO

Hello !
I've noticed a bunch of other stuffs about tags that needs to be fixed, and make whats suggested a bit more clear. So heres the new updated thread !
Please let me know what you think (even if you already voted) and if it deserve to have a new thread instead or not.

•Tags messing up the profiles when there is too many of them:

aeaGXoZ.png

I plan on the future, to organise my character better, to use tags, a LOT of tags, maybe ?
and I've noticed while looking at other characters, that having too much tags looks weird on a profile.
• It could be collapsed like suggested by some people on this thread and showcased by tomorrow here:
• A box with a max height, scrollable once reached.


•Tags messing up with tags organisation when they are too long:

17pHbkp.png9ErUtr4.png
Another thing caught my eyes: long tags mess up with the organisation of the tags.
The long tag ends up not being seen and can make some tags disapears on the side.
A way to fix that is to cut the longest tag so it doesnt go throught the limit, and hovering it to see the full tag.


•Hide specific tags from public:

Some people on this thread suggested to be able to hide from public specific tags. Either for spoilers, personal organisation that wouldn't be interesting for the viewers to see, or personal reason.
I dont know how that could be made, but this is another suggestion !

tofistig

Keileon Is that bit of ccs something you'd be able to share?

Keileon

tofistig

.character-profile .profile-tags-content {
  display: inline-block;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}

Code provided to me by Avistella.

tofistig

Keileon It works perfectly! Thank you so much, the profiles look so much cleaner!