I've done some work to make the site work better on mobile. It's definitely not perfect but it's much improved. You should see this automatically once the cache for default.css expires. I've also consolidated into a single CSS file for better load time.
The changes should make the site more "responsive" in the HTML/CSS sense and should adapt to a variety of screen sizes. Please report problems you have!
- shdon 541 days agoOne thing that still bugs me is that in the dark mode the header bar is black on dark grey. (Incidentally, the "dark" theme is not selected going to the profile page - so just clicking the "update" button without any changes will switch me back to the default theme).
- jgrahamc 541 days agoAh. I hadn't looked at dark mode for a while. Will fix.
- shdon 541 days agoIf the links are not visited, it looks okay, the problem is the CSS rule: .page-header a:visited { color: #000; }
- jgrahamc 541 days agoThanks.
- qingcharles 580 days agoOn this rule, add some padding-right like this, otherwise the comments bump up against the right-side of the viewport:
- jgrahamc 580 days agoAdded.
- trevorflowers 581 days agoThank you!
- jgrahamc 581 days agoIt’s not perfect yet. In particular, I am going to rip out the use of <ol> for the stories and replace with <table> because fighting CSS across platforms to make everything line up when using an ordered list is such a waste of time.
- dmx87 579 days agoWhile we're here, could you make the "reply" and "comment" (and maybe all links tbh) link underlined on hover? A minor thing, but will help :)