Fix sheet portrait image css

This commit is contained in:
Dapoolp 2025-08-15 21:17:51 +02:00
parent 2ef36401d5
commit a4a608e320
6 changed files with 10 additions and 12 deletions

View file

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