Fixed display of svg in search results.

This commit is contained in:
pmoreno.rodriguez 2023-02-05 21:54:43 +01:00
parent e7fd57c5ec
commit 8541e6fb32

4
assets/css/misc.css Normal file → Executable file
View file

@ -68,9 +68,11 @@
align-items: top;
}
.search-image img {
width: 100px;
height: 100px;
overflow:hidden;
object-fit: cover;
object-position: 0 100%;
object-position: 0% 100%;
}
.search-image a {
border-bottom: none;