Image manager: Tweaked grid sizing to prevent massive items

This commit is contained in:
Dan Brown 2023-09-30 12:43:51 +01:00
parent 97274a8140
commit 40721433f7
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -382,7 +382,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
.image-manager-list {
padding: 3px;
display: grid;
grid-template-columns: repeat( auto-fit, minmax(140px, 1fr) );
grid-template-columns: repeat( auto-fill, minmax(max(140px, 17%), 1fr) );
gap: 3px;
z-index: 3;
> div {