From 2c18950df8644b21919aa9f5a305053b46066625 Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Thu, 24 Sep 2020 12:09:01 +0300 Subject: [PATCH] Web: Files: fixed display of icons for ipad --- .../pages/Home/Section/Body/EmptyFolderContainer.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/EmptyFolderContainer.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/EmptyFolderContainer.js index 098079bca5..9fa06fd8d1 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/EmptyFolderContainer.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/EmptyFolderContainer.js @@ -19,15 +19,18 @@ const EmptyFolderWrapper = styled.div` } .empty-folder_container_up-image { - margin-right: 8px; + margin: 1px 8px 0 0; cursor: pointer; } .empty-folder_container_plus-image { margin: -8px 8px 0 0; + line-height: unset; } .empty-folder_container-icon { + height: 20px; + width: 12px; margin-right: 4px; } }