9 lines
162 B
CSS
9 lines
162 B
CSS
.oft-hideProseMirrorChatMenu #chat {
|
|
.chat-input {
|
|
flex-basis: var(--chat-input-height); /* -42px */
|
|
}
|
|
|
|
prose-mirror .menu-container {
|
|
display: none;
|
|
}
|
|
}
|