Skip to content

Instantly share code, notes, and snippets.

@macx
Created July 26, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macx/07a52a2e7602217294bc3b2786b78731 to your computer and use it in GitHub Desktop.
Save macx/07a52a2e7602217294bc3b2786b78731 to your computer and use it in GitHub Desktop.
: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;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment