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

@@ -532,7 +532,7 @@ const onDragEnd = (el: HTMLElement) => {
}
.scroller {
padding: 0 var(--spacing-s);
padding: 0 var(--ndv-spacing);
padding-bottom: var(--spacing-2xl);
.compact & {
@@ -548,14 +548,14 @@ const onDragEnd = (el: HTMLElement) => {
text-align: center;
height: 100%;
gap: var(--spacing-2xs);
padding: var(--spacing-s) var(--spacing-s) var(--spacing-xl) var(--spacing-s);
padding: var(--ndv-spacing) var(--ndv-spacing) var(--spacing-xl) var(--ndv-spacing);
}
.icon {
display: inline-flex;
margin-left: var(--spacing-xl);
color: var(--color-text-light);
margin-bottom: var(--spacing-s);
margin-bottom: var(--ndv-spacing);
}
.notice {