Liam Doherty
Liam Doherty
I ran into this same issue trying to add multiple steps on a single element -- basically a complicated explanation broken up into several smaller parts, but all about the...
It looks like the horizontal scroll in most cases is the result of the large images and/or video in the [embedded content section](https://dohliam.github.io/dropin-minimal-css/#embedded) not being resized automatically by the CSS....
@michaelsmanley Thanks for this contribution! The demo looks really nice. I notice that you have a [separate PR](https://github.com/bigskysoftware/missing/pull/22) in the Missing Style repo to add the license referenced here. Since...
That makes sense -- thanks for the followup! Happy to merge this once that's been sorted out.
@kernc Thank you for this PR! I think I understand what it is trying to do, but on testing it doesn't seem to always work reliably. Also, for some reason...
This is a bit tricky -- the padding is there because quite a few of the themes have zero padding by default, making the body text flush with the left...
@kanthvallampati Thank you for this suggestion! I tested out the CSS on our example page, but most of the elements appear to be unstyled or only partially styled (see screenshot...
Thanks for this! I like the idea of making the shortcut more discoverable :+1: Since links in title pop-ups can't be clicked (as far as I know), I'm wondering if...
@fulldecent This functionality is built in using shortcut keys -- details can be found [here](https://github.com/dohliam/dropin-minimal-css#keyboard-shortcut).
@EvgenyOrekhov It looks like this error is caused by the integrity check in the CSS link to `normalize.min.css` on that page: ```html ``` As far as I understand, this basically...