Topic: [Feature] Columns for Quick Tags

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