Links
Active Entries
- 1: Coexistence Alpha: a responsive mobile and desktop overlay for Dreamwidth
- 2: this will keep going until it can’t
- 3: as supplies run low
- 4: since this bullshit is going around again
- 5: threatening the supreme court
- 6: google, we need to talk
- 7: Gamers Nexus out there casually providing the best coverage of tariffs
- 8: Good turnout in Bothell for Saturday’s protest
- 9: Do This Today: Call Senators
- 10: Maps Release: Greater Northshore Bike Connector, MEGAMAP 1.6
no subject
Date: 2017-05-01 09:02 pm (UTC)I was seeing the overlapping on Firefox on win 10 but I can't get a screenshot of that atm. On my galaxy android using Chrome there's no overlapping, bug there is little to no margin between the main comment content and footer links, caused by the same thing, see this:
http://imgur.com/a/5Zdbe
"I don't want to speak for Dreamwidth, as I'm not an employee or contractor for them. I'm doing this to make a fully-working implementation that can be reimplemented in S2 as a new style which behaves the same way. A reference model, as it were."
It is best practice to do mobile first, and can cut down on css code (and thus memory downloaded) because you won't be overriding as much... I see the base style you're building on is also doing min-width for its media queries so it's best to match it.
But, it might take more time for you, though, but in the end I find it worth it when I have to retrofit a sit for responsive. (I'm a front end developer and I've had many a-project retrofitting sites, so I get this pain, hah.)
"You think so? Huh. Is this an accessibility issue? I dislike the hard points but if it's an issue I can go back to them"
I do. It's not an accessibility issue insomuch a screen reader will break reading it, but it is one in terms of you're changing the expected look of something that can be confusing, especially with how small the fields now are they look like tiny buttons rather than inputs.
I think the rounded corners on the larger input fields, like in this comment box, are fine enough with the rounded corners, though, because they're larger and a lititle more clear what they are. I'm more concerned about the control strip.
"I'll look into that, thanks. I was using existing classes because they were there. :D"
I figured so! But the counter will make it less tedious and can go on infinitely, at least.
"What I wanted to do, Dreamwidth's CSS parser won't let me do, even though it's legal CSS. Something breaks and the whole custom CSS structure gets dropped. I would welcome a better suggestion that doesn't break the Dreamwidth parser - I am not happy with #> either, but it works."
I don't have a concrete idea off the top of my head and I can't play around with it atm (at work now), but just "Comment #1" would be more inuitive for the time being. I can revisit this later!