diff --git a/src/renderer/src/components/Popups/SearchPopup.tsx b/src/renderer/src/components/Popups/SearchPopup.tsx index 0983f1b28e..545f1ad15b 100644 --- a/src/renderer/src/components/Popups/SearchPopup.tsx +++ b/src/renderer/src/components/Popups/SearchPopup.tsx @@ -32,7 +32,7 @@ const PopupContainer: React.FC = ({ resolve }) => { onCancel={onCancel} afterClose={onClose} title={null} - width="75vw" + width="920px" transitionName="ant-move-down" styles={{ content: { padding: 0, border: '1px solid var(--color-border)' }, diff --git a/src/renderer/src/pages/history/HistoryPage.tsx b/src/renderer/src/pages/history/HistoryPage.tsx index 2f6eb52405..b2c34bc78f 100644 --- a/src/renderer/src/pages/history/HistoryPage.tsx +++ b/src/renderer/src/pages/history/HistoryPage.tsx @@ -119,7 +119,7 @@ const HeaderLeft = styled.div` flex-direction: row; align-items: center; position: absolute; - top: 8px; + top: 12px; left: 15px; ` @@ -129,8 +129,8 @@ const MenuIcon = styled.div` flex-direction: row; justify-content: center; align-items: center; - width: 36px; - height: 36px; + width: 33px; + height: 33px; border-radius: 50%; &:hover { background-color: var(--color-background);