Edit to add: the delete comment page has the header moved to the footer.
Edit to add: the delete comment page has the header moved to the footer.
Old:
<tr>[...header...]</tr>
<tr id="pagespace" title="Y Combinator" style="height:10px"></tr>
<tr>[...comments...]</tr>
New: <tr>[...header...]</tr>
<tr><td style="height:10px"></td></tr>
<tr>[...comments...]</tr>
If you use Inspect Element to revert the change, it'll look as expected. You can test by resizing the browser window to mobile size, or by using your browser's mobile simulator.For some reason, this new method of adding space only works on desktop, while the old one worked on mobile as well.
On the one hand it makes hitting new/threads/… more awkward and wastes a fair amount of space.
On the other hand it makes hitting logout when trying to go to one’s profile much less likely.
josephcsible•4h ago