From 1cd898eae77fec098d709af0945f6f4ce4686e7f Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 27 Aug 2024 11:51:28 +0000 Subject: [PATCH] adding classes and adjusting them --- src/styles/tiptap.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/styles/tiptap.scss b/src/styles/tiptap.scss index 8734048..bf354c2 100644 --- a/src/styles/tiptap.scss +++ b/src/styles/tiptap.scss @@ -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; + } +} \ No newline at end of file