mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
ef87210b3d
* feat: new image menu * switch to resizable side handles * use pixels * refactor excalidraw and drawio menu * support image resize undo * video resize * callout menu refresh * refresh table menus * fix color scheme * fix: patch @tiptap/core ResizableNodeView to prevent resize sticking after mouseup * feat: columns * notes callout * focus on first column * capture tab key in column * fix print * hide columns menu when some nodes are focused * fix print * fix columns * selective placeholder * fix blockquote * quote * fix callout in columns
23 lines
397 B
CSS
23 lines
397 B
CSS
.root {
|
|
overflow: visible;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-inline-end: var(--mantine-spacing-xs);
|
|
margin-top: 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.message {
|
|
font-size: var(--mantine-font-size-md);
|
|
color: var(--mantine-color-default-color);
|
|
overflow: visible;
|
|
text-overflow: unset;
|
|
word-break: break-word;
|
|
overflow-wrap: break-word;
|
|
}
|