Fix thumbnail size of search results

* fixes #3466

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-02-20 12:48:40 -06:00
parent d3f774d035
commit 89233af487
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@
}
.has-favorites:not(.hidden) ~ #searchresults td.icon {
width: 86px;
background-size: 32px;
}
#searchresults tr.template {