Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Created October 12, 2023 18:33
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 ItsOnlyBinary/aa9c4f95f7e85e751007177874d810cf to your computer and use it in GitHub Desktop.
Save ItsOnlyBinary/aa9c4f95f7e85e751007177874d810cf to your computer and use it in GitHub Desktop.
plugin-sidebar-left.html
<style>
.kiwi-statebrowser {
left: initial;
right: 0;
}
.kiwi-workspace {
margin-left: initial;
margin-right: 220px;
}
@media screen and (max-width: 769px) {
.kiwi-statebrowser {
left: -220px;
right: initial;
}
.kiwi-workspace {
left: 0;
margin-left: 0;
margin-right: initial;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment