diff --git a/src/Viewer.css b/src/Viewer.css index e310f42..a2c3b87 100644 --- a/src/Viewer.css +++ b/src/Viewer.css @@ -34,7 +34,8 @@ background-color: transparent; width: 30px; height: 100%; - padding-right: 10px; + padding-right: 5px; + padding-left: 5px; display: flex; justify-content: center; align-items: center; @@ -47,8 +48,9 @@ .drag-button{ background-color: transparent; width: 30px; - height: 80%; - padding: 10px; + height: 100%; + padding-right: 5px; + padding-left: 5px; display: flex; justify-content: center; align-items: center; diff --git a/src/Viewer.tsx b/src/Viewer.tsx index 93e11ec..6a001a1 100644 --- a/src/Viewer.tsx +++ b/src/Viewer.tsx @@ -54,37 +54,36 @@ const ButtonContainer: React.FC<{ srcLink: string}> = ({ srcLink}) => { }; return ( -