Simplify CSS selectors and fix layout assumptions #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace 9 repeated :not(:is(.vertical, .upsidedown, .vertical-reverse)) selectors with simple body.normal class selectors. Fix upsidedown layout margin-left: -400px assumption with transform-based centering using translate(50%, 50%).