Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Last active September 5, 2024 15:11
Show Gist options
  • 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-statebrowser-right.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