> Always use a dampener with your iPhone when riding as shown. Use only with low-powered bikes and avoid prolonged use.
> Always use a dampener with your iPhone when riding as shown. Use only with low-powered bikes and avoid prolonged use.
font-size: min(max(1em, 1.3vw), 1.3em);
Which explains why it looks just right on my high-DPI Chromebook even though I haven't configured a big enough default font size for the browser.This is going to be the default font-size for all of my websites now (preceded by a fallback for maximum compatibility of course).
font-size: clamp(1em, 1.3vw, 1.3em);
I would also consider using `rem` instead of `em` incase you want to use it anywhere other than the root element.How is that better, than just writing custom CSS classes for components + having some util CSS classes?
However, I use it in my day job, and here it is useful to us as a team. The variables combined with the tooling ensures we write consistent styles across our site. The color names and text sizes also correspond to what our design team uses in Figma, making implementing and updating designs quick.
That said, I still find it a pain to read, and we could probably have set up something very similar with CSS Custom Properties.
The (...) button next to "Your jam" -> Clear does the job for me
A minor note, when I load the page I get console warnings about an Audio Context being prevented from starting automatically, but once I click play everything works perfectly fine.
Yes, you will have to know what the classes do, but where that isn't already intuitive it's just a one-off lookup, and then you know.
HTML + CSS can simply not be parsed without hoping between multiple files. Unless you inline all of your CSS, of course.
I get the feeling that certain topics about certain technologies often get at the front page even if there is other threads that have more points and activity that isn't shown on the front page.
Why is that?
> How are stories ranked?
> The basic algorithm divides points by a power of the time since a story was submitted. Comments in threads are ranked the same way.
> Other factors affecting rank include user flags, anti-abuse software, software which demotes overheated discussions, account or site weighting, and moderator action.
So if a story gets points very quickly, it will appear on the front page. If it don't keep getting points it will disappear.