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
14
styles/repositionHotbar.css
Normal file
14
styles/repositionHotbar.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#oft-repositionHotbar-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 12px;
|
||||
align-items: end;
|
||||
|
||||
#hotbar {
|
||||
margin-bottom: 0;
|
||||
|
||||
&.min {
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue