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

@ -0,0 +1,7 @@
/*
Making it so that the hotbar uses the style attribute from
"document.body" instead of the one the application assigns
*/
.oft-hotbarButtonSize #hotbar {
--hotbar-size: unset;
}