mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
fix: sidebar end button too small
This commit is contained in:
parent
c8253760c2
commit
6a1a7849d2
1 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue