new text editor added (tiptap) #24

Merged
freakoverse merged 15 commits from staging into master 2024-08-27 12:59:11 +00:00
Showing only changes of commit 1cd898eae7 - Show all commits

View File

@ -81,3 +81,14 @@
color: rgba(255, 255, 255, 0.75);
}
}
/* Toolbar Styling */
.control-group {
padding: 5px 0px 15px 0px;
border-radius: 0px;
border-bottom: solid 1px rgb(255 255 255 / 10%);
.ProseMirror {
min-height: 75px;
}
}