mirror of
https://github.com/docmost/docmost.git
synced 2026-05-14 04:24:04 +08:00
feat: enhance embed resizer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user