fix(editor): custom image width parsing, fix image paste, add AI submenu features

This commit is contained in:
2026-05-03 00:08:28 +02:00
parent d0387cd9a0
commit 54b7b4fcf1
19 changed files with 3890 additions and 3490 deletions

View File

@@ -1366,6 +1366,9 @@ html.font-system * {
color: var(--foreground);
transition: background 0.1s ease, transform 0.08s ease;
}
[dir="rtl"] .notion-slash-item {
text-align: right;
}
.notion-slash-item:hover,
.notion-slash-item-selected {
background: var(--accent);