Topic: [Feature] Columns for Quick Tags

Posted under Site Bug Reports & Feature Requests

Requested feature overview description.

๐Ÿ’ฉฦ’or prโ˜บ taโ„Šโ„Šers ร–nly๐Ÿ’ฉ

Add this CSS to your user stylesheet to separate favorite/uploaded tags into columns.

For Firefox userContent.css:

@-moz-document domain(e621.net) {

.tag-column:first-child {
height: auto !important; max-width: 45em !important;
column-count: 4 !important; -moz-column-count: 4 !important; -webkit-column-count: 4 !important;
column-gap: 10px !important; -moz-column-gap: 10px !important; -webkit-column-gap: 10px !important;
}

}

Adjust max-width or column counts if needed.

s4.postimg.org/uyddmw1gt/Clipboard.png

Why would it be useful?

Allows more Quick Tags to be displayed on screen when using Post/show (edit) and Post/upload.

What part(s) of the site page(s) are affected?

https://e621.net/post/show/928980
https://e621.net/post/upload

Updated

http://www.userstyles.org/

You can use this browser extension if you are a Chrome user.

.tag-column:first-child {
height: auto !important; max-width: 45em !important;
column-count: 4 !important; -moz-column-count: 4 !important; -webkit-column-count: 4 !important;
column-gap: 10px !important; -moz-column-gap: 10px !important; -webkit-column-gap: 10px !important;
}

Updated by anonymous

EsalRider said:
That's just a stylesheet collection site, the actual extension is Stylish for Chrome] (I know the link is clearly visible on the site as well but I figured I'd still post it here, just to be sure.)

Thanks. I don't actually use the extension but it seems Chrome has removed native user stylesheets.

Updated by anonymous

Bumped and edited into a feature request.

The CSS code setting the height, max-width, column-count, and column-gap for .tag-column:first-child should work as is. I have been using it for the past 3 years.

I have about 120 Quick Tags. These stretch very far vertically if only in a single column, but fit much more comfortably into 4 columns. Screen resolution is 1366x768.

Updated by anonymous

This is semi-fixed in the new upload form ( https://e621.net/post/upload?use_new=true ).

The reason I say "semi" is that if you have 240 quick tags like I do currently, this will generate 16 columns that makes the form super wide. My screen res is the same as Lance's.

(Although I don't think that having 200+ quick tags is that common.)

Edit: Added spaces around the link to avoid the right parenthesis being included in the url.

Updated by anonymous

  • 1