Merge branch '735-correct-img-ratio-admin-dash' into 'master'

🎨Correct image ratio in admin dashboard. fix #735

Closes #735

See merge request framasoft/mobilizon!962
This commit is contained in:
Thomas Citharel 2021-06-28 09:07:41 +00:00
commit 6d3a6f001f
1 changed files with 4 additions and 0 deletions

View File

@ -183,4 +183,8 @@ article.tile a {
color: #4a4a4a;
text-decoration: none;
}
.image.is-4by3 img {
object-fit: cover;
}
</style>