mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont shrink left menu spacer when resizing
This commit is contained in:
parent
182f49daba
commit
bd8cdbbfb7
2 changed files with 2 additions and 1 deletions
|
|
@ -172,6 +172,7 @@ export function NavigationLayout(props: NavigationLayoutProps): JSX.Element {
|
|||
<SpanBox
|
||||
css={{
|
||||
width: LIBRARY_LEFT_MENU_WIDTH,
|
||||
flexShrink: '0',
|
||||
'@mdDown': {
|
||||
display: 'none',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue