Skip to content

Instantly share code, notes, and snippets.

@marcusig
Created June 5, 2021 07:31
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/0e9b831a118ccfc9439a93930b08598f to your computer and use it in GitHub Desktop.
Save marcusig/0e9b831a118ccfc9439a93930b08598f to your computer and use it in GitHub Desktop.
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail {
width: 100px;
height: 100px;
}
@media (min-width: 660px) {
:root {
--toolbar_width: 50%;
}
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li {
width: 47%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment