This commit is contained in:
WBHarry 2026-04-19 11:36:33 +02:00
parent cac00e4b30
commit 58b855389d
8 changed files with 52 additions and 24 deletions

View file

@ -24,6 +24,15 @@
width: 100%;
list-style-type: none;
&.bordered {
border: 1px solid;
border-radius: 6px;
.inventory-item-header .img-portait img.item-img {
border-radius: 6px 0 0 6px;
}
}
&:not(.single-img) {
.img-portait:has(.roll-img):hover {
.roll-img {

View file

@ -147,4 +147,10 @@
padding-bottom: 7px;
}
}
.sub-section-header {
display: flex;
align-items: center;
gap: 4px;
}
}