Adjusted styling to work with Firefox#73
Conversation
|
I accepted your PR, but I have reverted some work in subsequent commits.
The Firefox styling is still not perfect, feel free to continue on populating |
Thanks!
Sorry for breaking the tests! I changed it because it was partly broken, caused issues regarding the layout in Firefox and was unnecessarily nested. Actually, I only fixed and simplified one part of the markup, though there are also other places which could be simplified.
Ok, though note that with those changes I also tried to improve the layout in Chrome.
That won't work. Firefox doesn't support those prefixed properties.
Yes, that's due to the changes required on Firefox side and the prefixes you added. The Firefox changes already got merged a few days ago, so most of the layout already works with that. Thanks again for taking the time for the review and doing those changes! Sebastian |
With these changes the styles look somewhat the same between the Chrome and the Firefox DevTools.
For Firefox, this change requires the styling changes of https://bugzilla.mozilla.org/show_bug.cgi?id=1818090.
Sebastian