mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Sheet image position (#861)
This commit is contained in:
parent
7a798901cc
commit
4403ff9418
4 changed files with 8 additions and 4 deletions
|
|
@ -28,9 +28,10 @@
|
|||
cursor: pointer;
|
||||
|
||||
img {
|
||||
height: 235px;
|
||||
height: 275px;
|
||||
width: 275px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
}
|
||||
|
||||
.death-roll-btn {
|
||||
|
|
|
|||
|
|
@ -30,9 +30,10 @@
|
|||
cursor: pointer;
|
||||
|
||||
img {
|
||||
height: 235px;
|
||||
height: 275px;
|
||||
width: 275px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
}
|
||||
|
||||
.death-roll-btn {
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@
|
|||
|
||||
.profile {
|
||||
height: 235px;
|
||||
width: 100%;
|
||||
width: 235px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
cursor: pointer;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,10 @@
|
|||
text-align: center;
|
||||
|
||||
.profile {
|
||||
width: 100%;
|
||||
width: 235px;
|
||||
height: 235px;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue