Server: Thumbnails of search results in other folders have different size

Created on 13 Feb 2017  Â·  9Comments  Â·  Source: nextcloud/server

Check this screenshot – the search results in other folders have non-standard thumbnail sizes. They should be the same as the file list entries above:
bildschirmfoto 2017-01-11 um 14 52 07

cc @nextcloud/designers (or @rullzer @icewind1991 maybe?)

3. to review bug design search good first issue papercut

Most helpful comment

Why do you have me as your avatar? 🤔

All 9 comments

Why do you have me as your avatar? 🤔

Just nicked the screenshot from another issue you opened where I was reminded of the problem. So, good work ;D

I'd like to work on that issue as my fist contribution to the project :)

Think it may have been fixed already. Don't know if I did something wrong but the thumbnails seem to work just fine:

image

Tried different sizes of images but they still appear the same size as the ones above :)

Mmmh ... in Safari it looks like this for me (in both stable11 and master}:

bildschirmfoto 2017-02-20 um 12 09 35

The size is fixed by applying this:

background-size: 32px;

to https://github.com/nextcloud/server/blob/master/core/search/css/results.css#L70-L72

@marncz Could you create a pull request for this? Sorry for taking the actual fix from you, but I actually was debugging it inside of the dev tools and want to share the solution :)

BTW: I have the same with Chrome. What browser do you use?

@MorrisJobke

no worries, I'm glaid it's fixed :) and the browser I'm using is Chrome on Linux, forgot to check it on a different one

will work on something else then :)

Fix is in #3551

Was this page helpful?
0 / 5 - 0 ratings