Problem/Motivation

No CSS style to render the thumbnail display in a grid

Proposed resolution

Create the CSS classes to display the thumbnail in a grid

Comments

paulocs created an issue. See original summary.

thalles’s picture

Status: Active » Needs work
paulocs’s picture

Status: Needs work » Needs review
StatusFileSize
new1.44 KB

Follow the patch to add the CSS style to display the thumbnail in a grid.

  • thalles committed 8bea91a on 8.x-1.x authored by paulocs
    Issue #3124239 by paulocs, thalles: Add CSS grid style for the thumbnail
    
thalles’s picture

Status: Needs review » Fixed

Thanks @paulocs!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jshimota01’s picture

AdvAgg 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?