Midday / packages /ui /src /components /editor /styles.css
Jules
Final deployment with all fixes and verified content
c09f67c
.ProseMirror-focused {
@apply outline-none;
}
.tiptap {
@apply text-xs leading-loose;
}
.tiptap h2 {
@apply text-2xl;
@apply font-sans;
margin-bottom: 1.5rem;
}
.tiptap a {
@apply underline;
}
.tiptap .bubble-menu {
@apply flex gap-2;
}
.tiptap p.is-empty::before {
color: #404040;
content: attr(data-placeholder);
float: left;
height: 0;
pointer-events: none;
}