Fixed actor photo width on profile page.

This commit is contained in:
DebaucheryLibrarian 2021-03-20 03:36:16 +01:00
parent d4919016b6
commit a7cf3f689e
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ export default {
.photo {
height: 15rem;
width: auto;
box-shadow: 0 0 3px var(--darken-weak);
object-fit: cover;
background-position: center;