mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Image manager: Tweaked grid sizing to prevent massive items
This commit is contained in:
parent
97274a8140
commit
40721433f7
@ -382,7 +382,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
.image-manager-list {
|
.image-manager-list {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat( auto-fit, minmax(140px, 1fr) );
|
grid-template-columns: repeat( auto-fill, minmax(max(140px, 17%), 1fr) );
|
||||||
gap: 3px;
|
gap: 3px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
> div {
|
> div {
|
||||||
|
Loading…
Reference in New Issue
Block a user