Topic: [Feature] Revert to old search layout

Posted under Site Bug Reports & Feature Requests

The default view is absolutely awful on desktop, giant blurry thumbnails that in some cases crop out over 50% of the image, this will give a rather poor initial impression to any new users.
When you change it to small/not cropped it's still a downgrade, as all images have these awful gray borders that reduce visual clarity.

Would be great if this change be rolled back until e621 folks improve it so it's not a downgrade.

Even on mobile I find they're too big. I have a large phone and 3 in a row was perfectly usable.

smaugthedragon said:
The default view is absolutely awful on desktop, giant blurry thumbnails that in some cases crop out over 50% of the image, this will give a rather poor initial impression to any new users.
When you change it to small/not cropped it's still a downgrade, as all images have these awful gray borders that reduce visual clarity.

Would be great if this change be rolled back until e621 folks improve it so it's not a downgrade.

From the e6 thread, put this in custom css:

/* restore old layout */

@media (min-width: 800px) {
body[data-st-contain="true"] article.thumbnail {
min-height: unset;
max-width: var(--thumb-image-size);
}
}

body[data-st-contain="true"] article.thumbnail a {
background: unset;
height: unset;
}

body[data-st-contain="true"] article.thumbnail img {
width: unset;
max-width: 100%;
}

article.thumbnail .desc {
max-width: var(--thumb-image-size);
height: unset;
}

/* make blacklisted avatars less scuffed */

.comment-post-grid .author-info .avatar .post-thumbnail.blacklisted img {
padding: 150px 150px 0 0;
background-size: 150px;
}

Gear icon under search, full, small. That gets it back to something resembling sanity. At least until they take away custom css.

Whoever keeps track of the underlying codebase seems determined to destroy usability with goofy "upgrades", this is just the most recent in a long line. I don't even bother browsing e6 directly anymore, it's become so terrible to look at (I only stop in here occasionally, so I care less.)

gg said:
From the e6 thread, put this in custom css:
Gear icon under search, full, small. That gets it back to something resembling sanity. At least until they take away custom css.

Whoever keeps track of the underlying codebase seems determined to destroy usability with goofy "upgrades", this is just the most recent in a long line. I don't even bother browsing e6 directly anymore, it's become so terrible to look at (I only stop in here occasionally, so I care less.)

This is much better, thank you for finding this fix.

gg said:
From the e6 thread, put this in custom css:
Gear icon under search, full, small. That gets it back to something resembling sanity. At least until they take away custom css.

Whoever keeps track of the underlying codebase seems determined to destroy usability with goofy "upgrades", this is just the most recent in a long line. I don't even bother browsing e6 directly anymore, it's become so terrible to look at (I only stop in here occasionally, so I care less.)

Thank you, GG! I had to switch to desktop mode to apply the changes, and when going back to mobile there's still only two columns of thumbnails, but at least now they aren't cropped. Really hope they go back to the way it was before.