fix(editor): Reduce length of the component and update position (#21838)

This commit is contained in:
Nikhil Kuriakose 2025-11-18 12:07:50 +01:00 committed by GitHub
parent 219b60b8d1
commit 29527d0579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,6 +196,7 @@ function onFocusNode() {
justify-content: flex-end;
width: 100%;
cursor: default;
pointer-events: none;
&.isExperimentalNdvActive {
justify-content: space-between;
@ -213,6 +214,7 @@ function onFocusNode() {
justify-content: center;
background-color: var(--canvas--color--background);
border-radius: var(--radius);
pointer-events: auto;
:global(.button) {
--button--color--text: var(--color--text--tint-1);