Comment by starikovs
Thanks for the article!
I remember I had a hard time trying to stretch dialog to full screen for mobile devices, but it actually didn't want to work. The code was something like this:
dialog { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; }
You can shorthand the last four declarations with a single `inset: 10px;` (or maybe `inset: .625rem;`?