Fix thumbnail size of search results
* fixes #3466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d3f774d035
commit
89233af487
|
@ -69,6 +69,7 @@
|
||||||
}
|
}
|
||||||
.has-favorites:not(.hidden) ~ #searchresults td.icon {
|
.has-favorites:not(.hidden) ~ #searchresults td.icon {
|
||||||
width: 86px;
|
width: 86px;
|
||||||
|
background-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchresults tr.template {
|
#searchresults tr.template {
|
||||||
|
|
Loading…
Reference in New Issue