marcustyphoon

Results 379 comments of marcustyphoon

Note: a network request can be skipped the first time you mouse over a blog avatar that you do not follow by using the `blogData` react props helper function from...

(Mention me here and I'll bother fixing the merge conflicts in this PR.)

I feel like there should be a better way to do this, but... I kind of have to rewrite a bunch of stuff to get this to merge correctly, so...

There's something in the back of my mind about having encountered this before and maybe fixed it but I can't recall what the details were... and it's annoying to investigate...

> It's pretty easy to inspect, actually. Just open up the debugger, have it focused so that F8 will pause execution, hover the thing, pause execution. On Firefox at least...

Yeah, and it doesn't work when, oh no wait, yes it does 🤦

Me: "are you sure it doesn't look worse this way" Also me: \*using Palettes for Tumblr with both a font-face and font-size override* ¯\\\_(ツ)\_/¯ ~~Edit: Oh, `rem`, I mean that...

Right, so: the blog text in the post header has a normal font size of 14px (0.875rem) and a line height of 18px (1.125rem). We add the SVG inline and...

Wait no, me stupid, this works. ```diff ${keyToCss('blogCardBlogLink')} svg.xkit-mutual-icon { - width: 1.5rem; + position: relative; + top: 3px; + flex: none; + align-self: start; + height: 1.5rem; } ```...

> the line-height-aligned icon gets snipped off at the bottom at the default font size. Interesting, I'm not able to reproduce this!