forked from AkkomaGang/akkoma-fe
making link thumbnails fit the whole box
This commit is contained in:
parent
0faaeb02f3
commit
a4592445a3
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@
|
||||||
img {
|
img {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue