Skip to content

Instantly share code, notes, and snippets.

@marcusig
Last active February 18, 2021 13:42
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/413d8ff9439c3f45297006f55ed39f73 to your computer and use it in GitHub Desktop.
Save marcusig/413d8ff9439c3f45297006f55ed39f73 to your computer and use it in GitHub Desktop.
.mkl_pc .mkl_pc_container span.screen-reader-text {
display: none;
}
.mkl_pc .mkl_pc_container .mkl-pc-show-form svg {
width: 30px;
display: inline-block;
vertical-align: middle;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.roll-selection ul.layer_choices {
display: block !important;
}
@media(max-width: 660px) {
.mkl_pc .mkl_pc_container footer {
height: 6em;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer {
bottom: 6em;
}
.mkl_pc .mkl_pc_container .mkl-pc-show-form {
display: block;
width: calc(100% - 20px);
margin: 10px;
text-align: center;
border: 2px solid #262626 !important;
}
.mkl_pc .mkl_pc_container .mkl-pc-show-form svg path {
fill: #262626;
}
.mkl_pc .mkl_pc_container .mkl-pc-show-form span.screen-reader-text {
display: inline-block;
color: #262626;
vertical-align: middle;
padding-left: 10px;
transform: translateY(2px);
}
.mkl_pc .mkl_pc_container .footer__section-right {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment