Add a way to hide the prose-mirror menu from chat sidebar (closes #38)
This commit is contained in:
parent
3edb67b2de
commit
594c5d03d0
5 changed files with 61 additions and 0 deletions
9
styles/hideProseMirrorChatMenu.css
Normal file
9
styles/hideProseMirrorChatMenu.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.oft-hideProseMirrorChatMenu #chat {
|
||||
.chat-input {
|
||||
flex-basis: var(--chat-input-height); /* -42px */
|
||||
}
|
||||
|
||||
prose-mirror .menu-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue