Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
273 stars 48 forks source link

fix(styles): add global style reset #262

Closed wtfluckey closed 2 years ago

wtfluckey commented 2 years ago

Goal

Add style reset to help combat style bleed issues Fix additional space in the footer on this page

Todos:

Implementation Decisions

For the specific example raised about the extra margin being added when on this page, the global style reset didn't actually solve the issue, so I needed to also update the margin in the Footer to be more explicit. There's a good chance we will still run into some style bleed issues on certain pages, but without knowing which pages we will have issues on, it's best to not keep spinning our wheels trying to solve for unknowns.

Screen Shot 2021-10-19 at 1 49 16 PM