Apply rounded corners to filepicker modal

master
David Benqué 2022-05-09 16:43:36 +01:00
parent 5f3cee7601
commit 6098890910
1 changed files with 3 additions and 1 deletions

View File

@ -27,10 +27,11 @@
#cp-filepicker-dialog {
display: none;
.cp-modal {
border-radius: @variables_radius_L;
.cp-filepicker-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
justify-content: flex-start;
overflow-y: auto;
}
@ -48,6 +49,7 @@
//height: 1em;
padding: 10px;
margin: 5px;
border-radius: @variables_radius;
display: inline-flex;
flex-flow: column;