Closed curtgrimes closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
98css | ❌ Failed (Inspect) | Oct 29, 2022 at 4:04PM (UTC) |
text-shadow
that I just merged, but thank you for your time and patience here!
Previously, when a button was pressed, the content below it would shift down 1px. This bug was introduced in #44 which added the effect of the text shifting left and down 1px on press.
After this commit, the text of the button still correctly shifts down and left 1px but the overall height of the button does not change.
This commit introduces a small issue where the button does not shift down visually in Safari.
Fix #145