Created
July 26, 2019 14:16
-
-
Save macx/07a52a2e7602217294bc3b2786b78731 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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