Jump to content

Recommended Posts

Posted

Guys, can someone explain me what this code is for? 🤔

.ipsDataItem_title .ipsBadge.ipsBadge_small {
    position: relative;
    top: -2px;
}

I know it's supposed to fix what other classes break, but there are many more such "corrections" in many places. It just makes the CSS sheet contain more unnecessary code.

Instead of correcting "things" in this way, you can position them nicely, for example by flexbox. Less code and more correct.

 

I hope you will take this into account when rewriting the theme.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...