feat(editor): NDV UI overhaul experiment (#14209)

Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
Elias Meire
2025-07-04 17:14:17 +02:00
committed by GitHub
parent 5db122be0d
commit 6ef38411d8
33 changed files with 2528 additions and 195 deletions

View File

@@ -681,7 +681,7 @@ watch(focusedMappableInput, (curr) => {
position: absolute;
top: 0;
left: 0;
padding-left: var(--spacing-s);
padding-left: var(--spacing-xs);
right: 0;
overflow-y: auto;
line-height: 1.5;
@@ -855,7 +855,7 @@ watch(focusedMappableInput, (curr) => {
.tableRightMargin {
// becomes necessary with large tables
width: var(--spacing-s);
width: var(--ndv-spacing);
border-right: none !important;
border-top: none !important;
border-bottom: none !important;