This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
gallery misalignment of folder previews #554
Comments
This seems to be done intentionally. https://github.com/nextcloud/gallery/blob/master/js/galleryrow.js#L126 cc @nextcloud/designers |
One option would be to apply fit() to all rows, even when they are not complete. |
I think that would be best |
thank you @georgehrke |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Expected behaviour
All folder previews should be the same size (grid)
Actual behaviour
Misalignment of folder previews of the second row, in each row the previews are the same size, but differ from first to second row
Inspecting the html file in the browser reveals, that each row (class: row) has a different height and width, and so do the row-elements.
example
and
I think the secon row (second example) should be the right one, as it has the same values as folders with only one row and the thumbnails do not seem to be resized there
example
EDIT: tried the
fix from nextcloud/server#8467
Consistent across Chrome and Firefox
Server configuration
Operating system: raspbian buster (2019-07-10, july)
Web server: apache 2.4.25
Database: should be mariadb 10.1 rpi image
PHP version: 7.3.7
Nextcloud version: 16.0.3
Updated from an older Nextcloud/ownCloud or fresh install: docker, fresh
Where did you install Nextcloud from: docker image: nextcloud:apache
Signing status:
Signing status
List of activated apps:
Enabled:
Nextcloud configuration:
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one:
Client configuration
Browser:
Operating system: Win 7 64bit SP1
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
reloading the page logs thisBrowser log
Browser log
The text was updated successfully, but these errors were encountered: