356 B
356 B
pinmenote-extension
Description
Browser extension nobody wants and nobody needs
- offline first with p2p in mind
Run
npm run dev
Known issues
linkedin - feed height - big space between elements
- mht saves correctly (all data is present)
- comment line below fixes it
.full-height {
height: 100%!important;
}