Dont shrink left menu spacer when resizing

This commit is contained in:
Jackson Harper 2024-06-25 11:08:56 +08:00
parent 182f49daba
commit bd8cdbbfb7
2 changed files with 2 additions and 1 deletions

View file

@ -172,6 +172,7 @@ export function NavigationLayout(props: NavigationLayoutProps): JSX.Element {
<SpanBox
css={{
width: LIBRARY_LEFT_MENU_WIDTH,
flexShrink: '0',
'@mdDown': {
display: 'none',
},

View file

@ -36,7 +36,7 @@ import { Box, HStack, SpanBox, VStack } from '../../elements/LayoutPrimitives'
import { AddLinkModal } from '../AddLinkModal'
import { EditLibraryItemModal } from '../homeFeed/EditItemModals'
import { EmptyLibrary } from '../homeFeed/EmptyLibrary'
import { LegacyLibraryHeader, MultiSelectMode } from '../homeFeed/LibraryHeader'
import { MultiSelectMode } from '../homeFeed/LibraryHeader'
import { UploadModal } from '../UploadModal'
import { BulkAction } from '../../../lib/networking/mutations/bulkActionMutation'
import { bulkActionMutation } from '../../../lib/networking/mutations/bulkActionMutation'