Add a way to hide the prose-mirror menu from chat sidebar (closes #38)

This commit is contained in:
Oliver 2026-04-04 13:58:33 -06:00
parent 3edb67b2de
commit 594c5d03d0
5 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,9 @@
.oft-hideProseMirrorChatMenu #chat {
.chat-input {
flex-basis: var(--chat-input-height); /* -42px */
}
prose-mirror .menu-container {
display: none;
}
}