feat: enhance embed resizer

This commit is contained in:
Philipinho
2026-03-02 02:45:13 +00:00
parent 614baf153b
commit cf43e2b4fe
6 changed files with 312 additions and 146 deletions
@@ -1,3 +1,12 @@
:global(.ProseMirror .node-embed.ProseMirror-selectednode) {
outline: none;
}
.embedContainer {
display: flex;
justify-content: center;
}
.embedWrapper {
@mixin light {
background-color: var(--mantine-color-gray-0);
@@ -13,4 +22,4 @@
height: 100%;
border: none;
border-radius: 8px;
}
}