All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dotty_res.styles.theme.layout.sideMenu.css Maven / Gradle / Ivy

There is a newer version: 3.6.0-RC1-bin-20240903-21a3d39-NIGHTLY
Show newest version
.side-menu {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: calc(100% - calc(11 * var(--base-spacing)));
  padding: 0 calc(1.5 * var(--base-spacing)) calc(3 * var(--base-spacing)) calc(1.5 * var(--base-spacing));
  box-sizing: border-box;
}

/* show direct children of currently exmanded node*/
.side-menu div.expanded > div {
  display: block;
}

/* always show top level entry*/
.side-menu > div {
  display: block;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy