TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Designing the Flexbox Inspector

142 点作者 lainon超过 6 年前

6 条评论

projproj超过 6 年前
I created this site to help me better understand flexbox: flexbox.help. Also did grids.help for CSS grids.
评论 #18879836 未加载
评论 #18880882 未加载
nvahalik超过 6 年前
Man. Flexbox is one of those things that makes me excited to do front end stuff again. And I love that Mozilla is making better and better tools.
评论 #18878547 未加载
评论 #18878545 未加载
exodust超过 6 年前
Been smashin Flexbox lately, it&#x27;s a significant win for frontend, and now widely supported.<p>I usually have this cheat sheet open: <a href="http:&#x2F;&#x2F;yoksel.github.io&#x2F;flex-cheatsheet&#x2F;#display" rel="nofollow">http:&#x2F;&#x2F;yoksel.github.io&#x2F;flex-cheatsheet&#x2F;#display</a><p>I like because it has the &quot;applies to: container&#x2F;items&quot; clearly shown for each property, which I always forget...<p>The next thing I want to try is using css transitions to &quot;animate&quot; flexbox containers so that dynamic content inside smoothly expands the height of the container down the page, instead of the abrupt jump we&#x27;re used to. I haven&#x27;t managed to crack this yet, but heard a rumour that it&#x27;s possible. So if anyone has tips.... (edit: found this which details the issue, and describes said flexbox trick: <a href="https:&#x2F;&#x2F;css-tricks.com&#x2F;using-css-transitions-auto-dimensions&#x2F;" rel="nofollow">https:&#x2F;&#x2F;css-tricks.com&#x2F;using-css-transitions-auto-dimensions...</a> )
peyao超过 6 年前
Installed Firefox Developer Edition after using only Chrome for awhile. Pleasantly surprised how well everything works, especially the dev tools pane -- feels more smooth than Chrome&#x27;s dev tools.
评论 #18880911 未加载
saagarjha超过 6 年前
&gt; Mobile-inspired navigation &amp; structure<p>This is an interesting choice for a desktop developer tool. Was this purely a design choice, or did the new structure end up being more accessible?
评论 #18877017 未加载
uallo超过 6 年前
I stumbled upon this today while using Firefox Developer Edition and I have to say it is very useful. Thanks for the write-up.