]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
97274a8
)
Image manager: Tweaked grid sizing to prevent massive items
author
Dan Brown
<redacted>
Sat, 30 Sep 2023 11:43:51 +0000
(12:43 +0100)
committer
Dan Brown
<redacted>
Sat, 30 Sep 2023 11:43:51 +0000
(12:43 +0100)
resources/sass/_components.scss
patch
|
blob
|
history
diff --git
a/resources/sass/_components.scss
b/resources/sass/_components.scss
index c66a432bf263ec9fde0fb084e4d685076e4364f5..c1989c1f62b6ba024921178b9a25d2f9f5f5bdc9 100644
(file)
--- a/
resources/sass/_components.scss
+++ b/
resources/sass/_components.scss
@@
-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-fi
t, minmax(140px
, 1fr) );
+ grid-template-columns: repeat( auto-fi
ll, minmax(max(140px, 17%)
, 1fr) );
gap: 3px;
z-index: 3;
> div {