Aaron Shekey
Aaron Shekey
This is amazing! You should consider using Stack Overflow's design system [Stacks](https://stackoverflow.design) to power the front-end. This way, you can pin to a specific version of Stacks without hotlinking to...
This PR explores spec'ing Comic Sans MS and Comic Mono for a dyslexia-friendly theme.
Native `gap` support is coming to flex layouts in Safari. It's already shipped in Chrome and Firefox. This pull request explores removing our margin workaround and closes #328. We'll need...
This PR beefs up our base font size by `1px`. Our fonts are comically small across the site, and now that we've changed fonts, we should be able to get...
Stacks is configurable to use Eric Meyer's `reset.css`. By default, Stacks is configured using `normalize`. We were using version `7.0.0` of `normalize.css`, which is a major version behind https://github.com/necolas/normalize.css the...
We aren't handling width correctly in the case of things like YouTube embeds and iframes. We should apply the same sizing that we apply to images.
Popper.JS has been renamed Floating-UI. We'll have to take a look at if there are any breaking changes and possibly update a package.
A chore task. Right now we have some theming stuff split across colors, and typography. We should consolidate these into a single `theming` file... or something.
When our tooltips are available, we take the `title` attribute, remove it, and use its content to build the tooltip. We do this so we don't get the browser tooltips...
Scenario, you've got a button with an icon and a title attribute. You've wired it up to our tooltip controller. The issue with this is our tooltip controller strips the...