Fix sheet img (#966)

* Temp ActionField attack type missing

* Move missing attack type to getModel

* Fix sheet portrait image css
This commit is contained in:
Dapoulp 2025-08-15 21:29:24 +02:00 committed by GitHub
parent 841819ee89
commit ba42892eed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 12 deletions

View file

@ -10,9 +10,6 @@
.profile {
height: 235px;
width: 235px;
object-fit: cover;
object-position: top center;
cursor: pointer;
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
}