html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
}
if you have 100 more to spare: h1,h2,h3,h4,h5,h6 {
margin: 3em 0 1em;
}
p,ul,ol {
margin-bottom: 2em;
color: #1d1d1d;
font-family: sans-serif;
}
explanation in the blogpostI’m not sure what you mean by the flashlight not being actionable. Notification shade/Lock Screen buttons are long press actions to prevent accidental activation.
On iOS 16 there’s now a button on the launcher to invoke search in case people want to avoid swiping
You say they design their products to be used by tech savvy people but gestural design is designed to become intuitive after the first tutorial. Indeed the only people I know who struggle with it are tech savvy people who skip the on-boarding. In much the same way that people who think they’re handy disregard ikea instructions etc
Here’s a talk on the thought process behind a lot of their “fluid” design https://developer.apple.com/wwdc18/803
We are treating it as an experiment. Got 2 teams with 5/6 Devs in each sharing the same monorepo. We are using nx.dev as the build tool and it's going pretty well so far.
Different tech stacks too but using nx.dev thats been abstracted away. Allows us to share practices and we've built out the CI/CD and supporting infrastructure on AWS together which has certainly saved duplication of effort. Possibly one more team coming on board too.
If in the future it's not paying off we can always split. Doesn't need to be a forever decision, is how we are viewing it.
You describe my scenario (with fewer teams), difficult deciding between options. (Using Webpack + git to do "component management" and bundle to single-file ES6 modules.)
> [The 1991 eruption of Mount Pinatubo released] 17 megatons of sulfur dioxide into the atmosphere, causing global cooling by 0.5 °C (0.9 °F) between 1991–1993
> [It] oxidized in the atmosphere to produce a haze of sulfuric acid droplets, which gradually spread throughout the stratosphere over the year following the eruption
https://en.wikipedia.org/wiki/1991_eruption_of_Mount_Pinatub...
It's a logistics problem, not a technology problem.
Just as there's no legal framework to force countries to not make the climate warmer, the same goes for cooling the climate.
https://github.blog/2016-02-22-delivering-octicons-with-svg/
I have a custom style to do this for ALL sites, warning:
1. it can break websites in unexpected ways
2. There's often a class on the <body> hiding overflow that needs to be overwritten instead/as well