fix: sidebar end button too small

This commit is contained in:
linonetwo 2023-07-20 14:46:32 +08:00
parent c8253760c2
commit 6a1a7849d2

View file

@ -20,12 +20,6 @@ import { useWorkspacesListObservable } from '@services/workspaces/hooks';
import { useMemo } from 'react';
import { SortablePageSelectorList } from './PageIconAndSelector';
const SideBarEnd = styled.div`
display: flex;
flex-direction: column;
align-items: center;
`;
const sideBarStyle = css`
height: 100%;
width: ${sidebarWidth}px;
@ -65,6 +59,12 @@ const SidebarTop = styled.div<{ $titleBar?: boolean }>`
padding-top: 30px;
`}
`;
const SideBarEnd = styled.div`
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
`;
const IconButton = styled(IconButtonRaw)`
aspect-ratio: 1;