Add hotbar settings (reposition, button size/gap)

This commit is contained in:
Oliver 2025-12-07 13:16:51 -07:00
parent 4dc7b8541f
commit 27c5fccba0
9 changed files with 177 additions and 8 deletions

View file

@ -1,4 +1,7 @@
@import url("./chatSidebarBackground.css");
@import url("./hotbarButtonGap.css");
@import url("./hotbarButtonSize.css");
@import url("./repositionHotbar.css");
/* Make the chat sidebar the same width as all the other tabs */
.chat-sidebar:not(.sidebar-popout) { width: unset; }