Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marcusig
Created July 6, 2022 05:43
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 marcusig/11db20c134590247dc8a823c65782143 to your computer and use it in GitHub Desktop.
Save marcusig/11db20c134590247dc8a823c65782143 to your computer and use it in GitHub Desktop.
Keep all layers opened (Float / WSB themes)
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices ul.layer_choices:not(.display-mode-dropdown) {
display: block !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item::after{
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item::before{
width: calc( 100% - 1em);
opacity: 1;
left: 0.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment