Live data from Hacker News

Two lines of CSS that will improve HN on mobile (IMO)

tdinh.notion.site

31–40 of 163 posts

Re: Two lines of CSS that will improve HN on mobile (IMO)

#31
This few lines will improve HN on desktop, IMHO.

body { margin-top: 0; background-color: #EAEBE3; }

.title { font-size: 14px; }

.titlelink { color: #131010 }

.subtext { font-size: 11px; }

.comment { font-size: 14px; line-height: 1.5; }

.default p { margin-top: 16px; max-width: 100ch; }

https://i.imgur.com/FmbgVOo.png

and moving "Lists" from bottom navigation to the top navigation would good thing.

Re: Two lines of CSS that will improve HN on mobile (IMO)

#32
post #6

Or just use: https://play.google.com/store/apps/details?id=com.simon.harm...

Personally not a fan of using an app to browser something that contains that many links to the web. You're either stuck in the in-app browser (no bookmarks, etc.) or there is a lot of switching between the app and the browser.

I have an iOS device. The experience might be better on Android.

Re: Two lines of CSS that will improve HN on mobile (IMO)

#36

Ok, but there are also other css things I would like to add on mobile, but how can I do this without a console, do I need an extension like grease monkey?

Tampermonkey works on FF Nightly (the one with the blue icon). You just need a mozilla account and create your own allowed extension list.

Re: Two lines of CSS that will improve HN on mobile (IMO)

#37
post #6

Or just use: https://play.google.com/store/apps/details?id=com.simon.harm...

Personally not a fan of using an app to browser something that contains that many links to the web. You're either stuck in the in-app browser (no bookmarks, etc.) or there is a lot of switching between the app and the browser. I have an iOS device. The experience might be better on Android.

Use userstyles browser add-on?
Post reply on HN