fix(editor): Update canvas edge toolbar hit area (no-changelog) (#15469)

This commit is contained in:
Alex Grozav 2025-05-16 17:24:13 +03:00 committed by GitHub
parent 06e9386875
commit 235cabc0bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ function onDelete() {
align-items: center;
gap: var(--spacing-2xs);
pointer-events: all;
padding: var(--spacing-l);
padding: var(--spacing-2xs);
}
</style>