Dynamic tag list

Request new functionality here
abc
Bear Rating Trainee
Bear Rating Trainee
Posts: 4
Joined: 04 Feb 2017, 00:38

Dynamic tag list

Postby abc » 08 Feb 2017, 06:27

Could you change tag list to fill whole page width instead of current hardcoded limit of 5 tags?

Right now i need to open (+) list to see article tags and I can't filter by extra tags (not even through search).

I suggest to show all article tags and then just hide overflow ones (through css/js).

Here i have some screenshots of strange tag filling.
0_8cce1_73579c41_orig.png
0_8cce1_73579c41_orig.png (7.67 KiB) Viewed 3176 times

0_8cce2_8b43c088_orig.png
0_8cce2_8b43c088_orig.png (7.72 KiB) Viewed 3176 times

0_8cce3_42d6fd9_orig.png
0_8cce3_42d6fd9_orig.png (11.55 KiB) Viewed 3176 times

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: Dynamic tag list

Postby fox » 08 Feb 2017, 13:44

if you can figure out a css for this, i'l take a look

abc
Bear Rating Trainee
Bear Rating Trainee
Posts: 4
Joined: 04 Feb 2017, 00:38

Re: Dynamic tag list

Postby abc » 11 Feb 2017, 08:24

Well. I tried. It is kinda works (in current layout):

Code: Select all

.cdmFooter .left > img {
  float: left;
}

.cdmFooter .left > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 70%;
  margin: 0 4px 0 0;
  text-overflow: ellipsis;
}


Return to “Feature requests”

Who is online

Users browsing this forum: No registered users and 1 guest