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,10 @@
.oft-hotbarButtonGap #hotbar {
&.sm #action-bar {
width: calc((var(--hotbar-size) * 5) + (var(--hotbar-button-gap) * 4));
}
#action-bar {
row-gap: min(var(--hotbar-button-gap, 8px), 8px);
column-gap: var(--hotbar-button-gap, 8px);
}
}