Merge pull request #1331 from Bilb/fix-group-panel-with-plenty-media

fix the media panel with lots of media (bottom button hidden)
pull/1338/head
Audric Ackermann 5 years ago committed by GitHub
commit 531d64b4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1318,7 +1318,7 @@
flex-direction: column;
flex-grow: 1;
width: 100%;
height: 100%;
overflow: hidden;
}
.module-media-gallery__tab-container {

@ -151,6 +151,7 @@
22vw / 3.5
); //.group-settings is 22vw and we want three rows with some space so divide it by 3.5
margin: auto;
margin-bottom: 1vh;
}
}
}

Loading…
Cancel
Save