Skip to content

Instantly share code, notes, and snippets.

@kitze
Created October 5, 2022 19:04
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 kitze/e41937bd35f49d5ee9c302c8fc21a96f to your computer and use it in GitHub Desktop.
Save kitze/e41937bd35f49d5ee9c302c8fc21a96f to your computer and use it in GitHub Desktop.
Coda fix css
.kr-column-group {
width: 100vw !important;
}
[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