From 35d1209291f704b24adef1d674b9368c2ea9b35c Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Fri, 15 Sep 2023 15:00:13 +0300 Subject: [PATCH] Implement review changes #1086 --- customize.dist/src/less2/include/fileupload.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/fileupload.less b/customize.dist/src/less2/include/fileupload.less index 5c69ab8bd..cbd85e06f 100644 --- a/customize.dist/src/less2/include/fileupload.less +++ b/customize.dist/src/less2/include/fileupload.less @@ -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 {