Add hotbar settings (reposition, button size/gap)
This commit is contained in:
parent
4dc7b8541f
commit
27c5fccba0
9 changed files with 177 additions and 8 deletions
7
styles/hotbarButtonSize.css
Normal file
7
styles/hotbarButtonSize.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue