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

@ -1,6 +1,7 @@
@layer resets, elements, tweaks, apps;
@import url("./chatSidebarBackground.css") layer(tweaks);
@import url("./hideProseMirrorChatMenu.css") layer(tweaks);
@import url("./hotbarButtonGap.css") layer(tweaks);
@import url("./hotbarButtonSize.css") layer(tweaks);
@import url("./repositionHotbar.css") layer(tweaks);