Styling pass for scrollbars, fieldsets, and scroll shadows

This commit is contained in:
Carlos Fernandez 2026-05-29 05:41:22 -04:00
parent cc16a726bf
commit 80b5cda9ba
33 changed files with 203 additions and 111 deletions

View file

@ -283,6 +283,22 @@
}
}
/*
* Styles for the non-compact version so that the hover looks nicer.
* Because of overflow, it is best if the containing element has some top and left padding.
*/
.inventory-item:not(.inventory-item-compact) {
.inventory-item-header {
padding-top: 3px;
margin-top: -3px;
}
> * {
padding-left: 3px;
padding-right: 3px;
margin-left: -3px;
}
}
.card-item {
position: relative;
height: 120px;