Comment on Ask HN: Why is HN not mobile friendly yet?Comments−minimaxir11yThe change required is tiny; I'm sure even I'm this thread someone will be able to propose the optimal change to make. Apparently, it's not tiny, which was the response that came up the last time....the last time was about two years ago: https://news.ycombinator.com/item?id=7330107They did roll out a tiny mobile fix in March: https://news.ycombinator.com/item?id=9206427−bjterry11yThe site would be dramatically more mobile friendly with the addition of 2 css rules: textarea { width: 100%; } table { width: 100%; }So it doesn't seem like the problem is completely insoluble.
Comments
Apparently, it's not tiny, which was the response that came up the last time.
...the last time was about two years ago: https://news.ycombinator.com/item?id=7330107
They did roll out a tiny mobile fix in March: https://news.ycombinator.com/item?id=9206427
The site would be dramatically more mobile friendly with the addition of 2 css rules: textarea { width: 100%; } table { width: 100%; }
So it doesn't seem like the problem is completely insoluble.