Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@theabbie the dev currently responsible for the front end is more of a back end guy and he hates that stuff. it's not actually that hard to fix the css. the only annoying part will be fixing the centering, the rest is fine
-
sariel85342y@darksideofyay wait until you find out it's not a CSS issue and they just have injected 15 's into the DOM.
-
kiki352462yI instantly imagined me being there, it feels so real, I can _see_ the UI you're talking about. I would've started with removing explicit widths and heights, as well as transitions and animations. Then, floats, clearfixes, and other things that have something to do with layout. I want a default document flow, with UI elements looking and wrapping like they're words in a sentence. From there, grid would've been fantastic. Final touch, a11y: increasing contrast, using some aria-labels and roles.
-
max199313732y@darksideofyay remove that shit, and replace with html5. Corp should have modern browsers, if not get security involved.
I would rebuild the layout in html5 grid/flexbox. And wireup the data.
i got access to production of our internal website 😈😈😈
I'm finally gonna fix that shitty css
rant