From f12abb952ca5122820d5aa0b481440f4b72912a8 Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Wed, 5 Jun 2024 13:20:49 +0300 Subject: [PATCH 1/2] Fix Bug 68367 - Links. The clickable area for the icon has been increased --- .../Home/Section/Body/TableView/StyledTable.js | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js b/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js index 99d35d913c..df994c84e6 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js @@ -438,24 +438,17 @@ const StyledQuickButtonsContainer = styled.div` } .badge { - ${(props) => - props.theme.interfaceDirection === "rtl" - ? css` - margin-left: 14px; - ` - : css` - margin-right: 14px; - `} + padding: 12px 7px; } .badge:last-child { ${(props) => props.theme.interfaceDirection === "rtl" ? css` - margin-left: 10px; + margin-left: 3px; ` : css` - margin-right: 10px; + margin-right: 3px; `} } From 43a2d375962e109bfc8f0933e77e85c8c326f5a2 Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Wed, 5 Jun 2024 13:22:21 +0300 Subject: [PATCH 2/2] Web: Files: fixed palm cursor --- .../pages/Home/Section/Body/RowsView/SimpleFilesRow.js | 2 +- .../src/pages/Home/Section/Body/TableView/StyledTable.js | 2 +- public/images/cursor.palm.react.svg | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js b/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js index 4108bfd419..4bdb7634e7 100644 --- a/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js +++ b/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js @@ -126,7 +126,7 @@ const StyledSimpleFilesRow = styled(Row)` !props.isThirdPartyFolder && (props.checked || props.isActive) && props.canDrag && - `url(${CursorPalmReactSvgUrl}), auto`}; + `url(${CursorPalmReactSvgUrl}) 8 0, auto`}; ${(props) => props.inProgress && css` diff --git a/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js b/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js index df994c84e6..1c70c17312 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js @@ -148,7 +148,7 @@ const StyledTableRow = styled(TableRow)` !props.isThirdPartyFolder && (props.checked || props.isActive) && props.canDrag && - `url(${CursorPalmSvgUrl}), auto !important`}; + `url(${CursorPalmSvgUrl}) 8 0, auto !important`}; ${(props) => props.inProgress && diff --git a/public/images/cursor.palm.react.svg b/public/images/cursor.palm.react.svg index c08077c4fc..aaa54d67ae 100644 --- a/public/images/cursor.palm.react.svg +++ b/public/images/cursor.palm.react.svg @@ -1,9 +1,9 @@ - + - - + + - +