Minor fixes and tweaks for the party sheet (#1239)

* Minor fixes and tweaks for the party sheet

* Fix scroll restoration for party sheet tabs
This commit is contained in:
Carlos Fernandez 2025-11-04 11:13:44 -05:00 committed by GitHub
parent a3f079d111
commit 4f990166f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -53,6 +53,7 @@ body.game:is(.performance-low, .noblur) {
.actor-img {
height: 150px;
object-fit: cover;
object-position: top center;
border-radius: 6px 6px 0px 0px;
mask-image: linear-gradient(180deg, black 88%, transparent 100%);
}