Fix library controls layout at small breakpoint

This commit is contained in:
Bill Thornton
2025-05-02 17:34:51 -04:00
parent 0a89cc6b8f
commit 3e2e2cf51d
2 changed files with 3 additions and 3 deletions
@@ -255,7 +255,7 @@ const ItemsView: FC<ItemsViewProps> = ({
sx={{
flexGrow: {
xs: 1,
md: 0
sm: 0
},
marginRight: 1
}}
@@ -351,7 +351,7 @@ const ItemsView: FC<ItemsViewProps> = ({
justifyContent: 'end',
flexBasis: {
xs: '100%',
md: 'auto'
sm: 'auto'
},
flexGrow: 1,
marginTop: {
@@ -60,7 +60,7 @@ const Pagination: FC<PaginationProps> = ({
alignItems: 'center',
flexGrow: {
xs: 1,
md: 0
sm: 0
},
marginLeft: {
xs: 0,