umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
118 stars 26 forks source link

Make a better mobile version #5

Closed umputun closed 5 years ago

umputun commented 5 years ago

Currently, the feed web-view looks ok on the desktop, but not that nice on a mobile screen.

k2fx commented 5 years ago

<meta name="viewport" content="width=device-width, initial-scale=1"> should be added to the head section app/webapp/templates/feed.tmpl

umputun commented 5 years ago

@k2fx I'm not sure how this supposed to help, but it still as ugly as before.

k2fx commented 5 years ago

@umputun It helped. Now it could be responsive. Next, we need to edit CSS and replace table-based HTML mark up with divs markup. I'll send code in half an hour.

umputun commented 5 years ago

thx. could you make it PR?

k2fx commented 5 years ago

what does it mean PR?

umputun commented 5 years ago

Pull request

vladislav-aleev commented 5 years ago

@k2fx Are you going to finish this issue later or don't have time for this?