🆙 Added delete Furni / Pets in inventory

This commit is contained in:
duckietm
2026-02-19 13:22:37 +01:00
parent 325453db36
commit 3cf8c9b89a
11 changed files with 403 additions and 71 deletions
+29
View File
@@ -0,0 +1,29 @@
:root {
--inventory-width: 528px;
--inventory-height: 420px;
}
.nitro-inventory {
width: var(--inventory-width);
height: var(--inventory-height);
min-width: var(--inventory-width);
min-height: var(--inventory-height);
}
.empty-image {
background: url("@/assets/images/inventory/empty.png");
background-repeat: no-repeat;
width: 129px;
height: 181px;
}
.trade-button {
min-height: 0;
font-size: 8px;
padding: 1px 2px;
z-index: 5;
}
.quantity-input {
width: 49px;
}