Results 5 comments of Leyan Lo

Would also love to have this to be able to conditionally style padding around the iPhone X notch. E.g. ```css @supports(padding: max(0px)) { .post { padding-left: max(12px, constant(safe-area-inset-left)); padding-right: max(12px,...

Thanks for looking into this! My vote would be for 2 as well, since that is how one would write the CSS, at least for properties that one expects to...

Whoa so cool I can put this on my phone now. Had no idea this was so easy