Skip to content

Commit

Permalink
Styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobFitzp committed Nov 15, 2024
1 parent 781731b commit 323d2cf
Show file tree
Hide file tree
Showing 8 changed files with 2,439 additions and 445 deletions.
15 changes: 14 additions & 1 deletion dist/css/field.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.form-input.form-input--top {
border-bottom: 0 !important;
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
Expand All @@ -19,8 +19,21 @@
}
.nova-canvas-header.top-sticky {
border-radius: 0;
border-bottom: 4px dashed rgba(var(--colors-gray-200));
box-shadow: none;
}
.nova-canvas-header button {
transition: 100ms ease-in-out;
}
.nova-canvas.show-source .nova-canvas-content {
cursor: not-allowed;
font-family: Consolas, serif;
white-space: pre-wrap;
}
.nova-canvas.show-source .nova-canvas-content p {
margin: 0;
}

.dark:root .nova-canvas-header.top-sticky {
border-bottom: 4px dashed rgba(var(--colors-gray-700));
}
Loading

0 comments on commit 323d2cf

Please sign in to comment.