fix(editor): Recenter fromAI override close button (#17455)

This commit is contained in:
Charlie Kolb
2025-07-21 11:38:39 +02:00
committed by GitHub
parent 632b38119b
commit 5cf74beec1

View File

@@ -58,7 +58,7 @@ const emit = defineEmits<{
} }
.overrideCloseButton { .overrideCloseButton {
padding: 0px 8px 3px; // the icon used is off-center vertically padding: 0px var(--spacing-2xs);
border: 0px; border: 0px;
color: var(--color-text-base); color: var(--color-text-base);
margin-left: auto; margin-left: auto;
@@ -68,6 +68,7 @@ const emit = defineEmits<{
.contentOverrideContainer { .contentOverrideContainer {
display: flex; display: flex;
align-items: center;
white-space: nowrap; white-space: nowrap;
width: 100%; width: 100%;
gap: var(--spacing-4xs); gap: var(--spacing-4xs);