Added a button to spend/restore uses of an action

This commit is contained in:
WBHarry 2025-08-06 17:37:14 +02:00
parent d186c62ee5
commit aef9828f86
7 changed files with 91 additions and 14 deletions

View file

@ -24,13 +24,15 @@
width: 100%;
list-style-type: none;
&:not(.single-img):hover {
.inventory-item-header .img-portait {
.roll-img {
opacity: 1;
}
.item-img {
opacity: 0;
&:not(.single-img) {
.inventory-item-header:hover {
.img-portait {
.roll-img {
opacity: 1;
}
.item-img {
opacity: 0;
}
}
}
}