Created
October 5, 2022 19:04
-
-
Save kitze/e41937bd35f49d5ee9c302c8fc21a96f to your computer and use it in GitHub Desktop.
Coda fix css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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