Add size constraint for header preview (matches avatar)

This commit is contained in:
Matt Jankowski 2024-10-09 13:54:22 -04:00
parent e15befebbd
commit cc3c4cae4a

View File

@ -367,6 +367,12 @@ code {
height: 90px;
object-fit: cover;
}
&#account_header-preview {
width: 300px;
height: 100px;
object-fit: cover;
}
}
}