pinmenote-extension/README.md

22 lines
326 B
Markdown

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