fix: Makes thumbnail images fill the wrap

This commit is contained in:
Nithin David 2021-10-06 14:47:44 +05:30
parent f874925f0e
commit 271ca53c58

View file

@ -173,6 +173,7 @@ export default {
height: 100%;
width: 100%;
box-sizing: border-box;
object-fit: cover;
&.border {
border: 1px solid white;