maddyblue / goread

RSS reader in go on app engine; formerly goread.io
ISC License
2.38k stars 294 forks source link

#328 hide story-footer icon text on narrow screens #329

Closed mblakele closed 9 years ago

mblakele commented 9 years ago

Here's one idea for #328. This uses the @media (max-width: 768px) CSS block and a new class to hide text that also has a clear icon, but only when the screen is narrow. In my tests this works down to about 370px, which seems adequate.

maddyblue commented 9 years ago

Deployed. Thanks.