macx
7/26/2019 - 2:16 PM

Stylus: F1TV

:root {
  --header-height: 40px;
  --control-panel-width: 140px;
}

._2c4vB {
  float: none;
  width: auto;
  margin: 0;
}

.content-wrapper {
  max-width: unset;
}

.content-wrapper__inner {
  float: none;
}

._3R3sg, .rLjOl {
  height: var(--header-height);
}

.wXPTD {
  padding-top: var(--header-height) !important;
}

.U6G2h,
._28ubt {
  height: calc(100vh - var(--header-height)) !important;
}


@media (min-width: 960px) {
  ._3HgvS {
    margin-left: 0;
    width: calc(100% - var(--control-panel-width));
  }
  
  .U6G2h {
    width: var(--control-panel-width);
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}