7 lines
181 B
CSS
7 lines
181 B
CSS
/*
|
|
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;
|
|
}
|