insin / comments-owl-for-hacker-news

Browser extension which makes it easer to follow comment threads on Hacker News across multiple visits, allows you to annotate and mute users, and other UI tweaks and mobile UX improvements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add custom CSS options (desktop and mobile)

insin opened this issue · comments

Add options to provide custom CSS via a <textarea> in extension options and on your profile page

e.g. for more comfortable comment reading on desktop

#hnmain { max-width: 72ch; }
.comment{ line-height: 1.5rem; font-size: .875rem; padding-right: 1rem; }
.default p { margin-top: 1rem; }