diff --git a/src/components/Viewer/Viewer/Download.styled.ts b/src/components/Viewer/Viewer/Download.styled.ts index fda053df..1dcdb053 100644 --- a/src/components/Viewer/Viewer/Download.styled.ts +++ b/src/components/Viewer/Viewer/Download.styled.ts @@ -5,6 +5,7 @@ import { styled } from "src/styles/stitches.config"; const DownloadButton = styled(Popover.Trigger, { width: "30px", padding: "5px", + marginBottom: "auto" }); const DownloadContent = styled(PopoverContent, {