Closed (fixed)
Project:
IMCE
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
1 Apr 2020 at 19:23 UTC
Updated:
16 Apr 2020 at 20:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thallesComment #3
paulocsFollow the patch to add the CSS style to display the thumbnail in a grid.
Comment #5
thallesThanks @paulocs!
Comment #7
jshimota01 commentedAdvAgg module is reporting
modules/contrib/imce/css/imce.css
Expected RBRACE at line 655, col 58. (line 655, col 58, rule errors)
.thumbnail-grid .imce-folder-content {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
justify-items: center;
}
But I can't see anything wrong with it - Any thoughts?