bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

252
active users

#masonry

2 posts2 participants1 post today
Nicolas Hoizey<p>“Item Flow, Part 1: A new unified concept for layout” by <span class="h-card" translate="no"><a href="https://front-end.social/@jensimmons" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>jensimmons</span></a></span>, Saron Yitbarek, Elika Etemad and Brandon Stewart</p><p>🔗 <a href="https://webkit.org/blog/16587/item-flow-part-1-a-new-unified-concept-for-layout/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">webkit.org/blog/16587/item-flo</span><span class="invisible">w-part-1-a-new-unified-concept-for-layout/</span></a></p><p>&gt; As we worked through the details, we started to get excited. Suddenly new features for Flexbox and Grid that people have wanted for years had an obvious home. Things seemed to click together elegantly. New capabilities emerged</p><p>This is really an exciting…</p><p><a href="https://mamot.fr/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a> <a href="https://mamot.fr/tags/Masonry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Masonry</span></a> <a href="https://mamot.fr/tags/Grid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Grid</span></a> <a href="https://mamot.fr/tags/Flexbox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Flexbox</span></a></p><p>⚓️ <a href="https://nicolas-hoizey.com/links/2025/04/01/item-flow-part-1-a-new-unified-concept-for-layout/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nicolas-hoizey.com/links/2025/</span><span class="invisible">04/01/item-flow-part-1-a-new-unified-concept-for-layout/</span></a></p>
Inautilo<p><a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/Proposals" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Proposals</span></a><br>Item Flow (part 1) · A new CSS layout concept uniting Grid, Flexbox, and Masonry <a href="https://ilo.im/1631o0" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/1631o0</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/Concept" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Concept</span></a> <a href="https://mastodon.social/tags/Layout" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Layout</span></a> <a href="https://mastodon.social/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a> <a href="https://mastodon.social/tags/CssGrid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CssGrid</span></a> <a href="https://mastodon.social/tags/CssFlexbox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CssFlexbox</span></a> <a href="https://mastodon.social/tags/Masonry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Masonry</span></a> <a href="https://mastodon.social/tags/Design" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Design</span></a> <a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDesign</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/Frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Frontend</span></a></p>
julian<p>NodeBB's topic list layout is great for written and media-light content, although it is less ideal for categories which predominately feature pictures. I recently ran into this issue with the <a href="https://community.openbeta.io/category/16/pics-and-trips" rel="nofollow noopener noreferrer" target="_blank">Pics and Trips category on the OpenBeta Community</a>. While we've made some much-needed TLC and improvements so that topic thumbnails are better handled and displayed, I did not feel they were adequately prioritised for this particular category.</p> <p>So I wrote the Category Masonry plugin for NodeBB!</p> <p></p> <p>In brief:</p> <ul> <li>Configurable; either by category or by percentage of topics with a topic thumbnail/image</li> <li>Overrides the <code>partials/topic_list.tpl</code> template to display cards</li> <li>Works with custom themes (will correctly override the theme's <code>category.tpl</code>, or the base theme's <code>category.tpl</code> if your theme does not have its own)</li> </ul>
Nicolas Hoizey<p>“Should masonry be part of CSS grid?” by <span class="h-card" translate="no"><a href="https://front-end.social/@shadeed9" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>shadeed9</span></a></span></p><p>🔗 <a href="https://ishadeed.com/article/css-grid-masonry/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ishadeed.com/article/css-grid-</span><span class="invisible">masonry/</span></a></p><p>&gt; An exploration of examples showing masonry as both a part of CSS Grid and as its own display type.</p><p>Ahmad provides compeling use cases and code examples showing that making masonry layout “just” a specific use case for CSS Grid could be the best choice.</p><p>So… that's not what I thought a month ago… 😅</p><p>Anyway, the most important part in…</p><p><a href="https://mamot.fr/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a> <a href="https://mamot.fr/tags/Grid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Grid</span></a> <a href="https://mamot.fr/tags/Masonry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Masonry</span></a></p><p>⚓️ <a href="https://nicolas-hoizey.com/links/2024/10/31/should-masonry-be-part-of-css-grid/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nicolas-hoizey.com/links/2024/</span><span class="invisible">10/31/should-masonry-be-part-of-css-grid/</span></a></p>