Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save CostasAK/4582166341b35bda2a8fe51498bfcfa9 to your computer and use it in GitHub Desktop.

Select an option

Save CostasAK/4582166341b35bda2a8fe51498bfcfa9 to your computer and use it in GitHub Desktop.
This CSS makes it so that the materialize icons for tabs in the sidebar of Organizr have the same size as icons from other sources.
#side-menu li a {
height: 48px;
}
.nav>li {
height: 48px;
}
.sidebar .mdi {
font-size: 30px;
transform: translate(0, -7px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment