Skip to content

Instantly share code, notes, and snippets.

@Zeko369
Last active October 7, 2022 09:59
Show Gist options
  • Save Zeko369/638bf376b61a6ef45f3a095bbdf97f0a to your computer and use it in GitHub Desktop.
Save Zeko369/638bf376b61a6ef45f3a095bbdf97f0a to your computer and use it in GitHub Desktop.
.kr-column-group {
width: 100vw !important;
}
.kr-canvas-header > div > div {
display: none;
}
[data-coda-ui-id="dialog"] > div {
max-width: 1600px;
width: 90%;
}
@media (max-height: 900px) {
[data-coda-ui-id="dialog"] > div {
top: 10px;
bottom: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment