OK, for my phone I'll have to throw RC2 up somewhere to test it because it's not on the testbed yet. I might need to create a new testing account as style-tester tests my current design while style-test runs an old Alis Dee design for archival purposes so ...yeah.
I did take a peek in Firefox on my laptop, though, and the comment icon table is looking much better (though on desktop the comment form tables are still resulting in horizontal scrolls under 320px. I do Horrible Design Things like @media(max-width:2000000px){ body{overflow-x:hidden} (actually in my source) just to avoid these issues and also try to get everything working down to 280px or so before cut-offs/scrolls are pretty much inevitable because it's more fuss to get things right much tinier (not that it can't be done; I'm a bit lazy is all)).
Re: Record keeping
I did take a peek in Firefox on my laptop, though, and the comment icon table is looking much better (though on desktop the comment form tables are still resulting in horizontal scrolls under 320px. I do Horrible Design Things like
@media(max-width:2000000px){
(actually in my source) just to avoid these issues and also try to get everything working down to 280px or so before cut-offs/scrolls are pretty much inevitable because it's more fuss to get things right much tinier (not that it can't be done; I'm a bit lazy is all)).body{overflow-x:hidden}
Will get back to you...