Fixed actor photo width on profile page.
This commit is contained in:
parent
d4919016b6
commit
a7cf3f689e
|
@ -113,6 +113,7 @@ export default {
|
||||||
|
|
||||||
.photo {
|
.photo {
|
||||||
height: 15rem;
|
height: 15rem;
|
||||||
|
width: auto;
|
||||||
box-shadow: 0 0 3px var(--darken-weak);
|
box-shadow: 0 0 3px var(--darken-weak);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Reference in New Issue