Feature request: Increase search page masonry width #428
marcustyphoon
started this conversation in
Suggestion Box
Replies: 1 comment 1 reply
-
Each masonry column is its own DOM element. This wouldn't be possible without being able to hook into and modify the React code (which I would have been doing already if it were possible/if I knew how.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tumblr has a new layout for the search page which uses the rightmost column for "Related Tags" and "Related Blogs" sections instead of search content. Users have requested a function to hide this sidebar entirely and expand the masonry view of the search results across the page, similar to the old search layout.
Before/after mockup:
Unfortunately, this may be quite difficult without changes from Staff's side. Tumblr's code currently checks the browser page width to decide how many columns to put the posts in, I believe, so simply removing the sidebar content leaves a blank space there instead of adding a column. This may need to be a feature request for Tumblr itself; if this is a feature you want, I would suggest it politely at https://www.tumblr.com/support. Then again, XKit Rewritten has added seemingly-not-possible features multiple times already!
Beta Was this translation helpful? Give feedback.
All reactions