Pretty up the IDE a little

This commit is contained in:
Kurt Hutten
2021-04-26 17:59:22 +10:00
parent 76a570b0c3
commit 0f4a9b07b4
7 changed files with 69 additions and 30 deletions

View File

@@ -44,6 +44,11 @@
@apply list-disc;
}
.mosaic-toolbar-overrides .mosaic-window .mosaic-window-toolbar {
/* makes the height of the toolbar based off the content inside instead of hardcoded to 30px */
height: unset;
}
/* Used for LandingSection.js, if it's gone or these class isn't used there you can probably delete it */
.svg-shadow {
@@ -100,4 +105,4 @@ input.error, textarea.error {
/* used in IdeContainer component */
#cadhub-ide .mosaic-window.console .mosaic-window-body {
overflow-y: auto;
}
}