This commit is contained in:
Cay 2026-03-13 18:50:39 +00:00
parent ea46216955
commit 9bd68f6e53

View File

@ -391,17 +391,17 @@ body {
padding: 10px; padding: 10px;
max-height: 320px; max-height: 340px;
overflow-y: auto; overflow-y: auto;
} }
#inventory-wrapper { #inventory-wrapper {
width: 620px; width: 640px;
margin: 0 auto; margin: 0 auto;
max-height: 320px; max-height: 340px;
overflow-y: auto; overflow-y: auto;
} }