Implement review changes #1086

This commit is contained in:
DianaXWiki 2023-09-15 15:00:13 +03:00
parent f02547851e
commit 35d1209291
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
.modal_base();
position: absolute;
right: 10vw;
bottom: 10vh;
bottom: 1vh;
border-radius: @variables_radius;
box-sizing: border-box;
z-index: 100001; //Z file upload table container: just above the file picker
@ -23,7 +23,7 @@
overflow-y: auto;
overflow-x: hidden;
@media screen and (max-width: @browser_media-medium-screen) {
left: 1vw; right: 1vw; bottom: 5vw;
left: 1vw; right: 1vw; bottom: 1vw;
}
.cp-fileupload-header {