S3L3CT3DLoves / stashPlugins

Collection of plugins for Stash
2 stars 0 forks source link

[EasyTag] Tab label column size #2

Closed Valkyr-JS closed 1 month ago

Valkyr-JS commented 1 month ago

Hey, I'm checking the EasyTag plugin out and it's awesome, great work!

Just a minor suggestion on the tag group labels in the QuickEdit tab - they have the col-2 class, while the tag buttons are in a col-9 container class. This leaves some unused room. I changed the label to use col-3 and it looked better imo.

I also removed the text-truncate class from the label.

See the screenshot below, where the first group has the above changes and the second is unmodified.

image

S3L3CT3DLoves commented 1 month ago

I've updated to use col-3, it's better I agree.

Regarding text-truncate, I've tested it a little, and if the group name is too long it becomes really ugly. It's a UI choice, but I prefer to truncate it rather than have multiline group names.