Links
Active Entries
- 1: NOT-ON-MY-BINGO-CARD TEST RELEASE: Coexistence Alpha 0.85 for Dreamwidth
- 2: Coexistence Alpha: a responsive mobile and desktop overlay for Dreamwidth
- 3: this will keep going until it can’t
- 4: as supplies run low
- 5: since this bullshit is going around again
- 6: threatening the supreme court
- 7: google, we need to talk
- 8: Gamers Nexus out there casually providing the best coverage of tariffs
- 9: Good turnout in Bothell for Saturday’s protest
- 10: Do This Today: Call Senators
Re: Record keeping
Date: 2019-02-07 08:08 am (UTC)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...