mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-18 21:07:44 +03:00
SelectPlaylist Input mobile view fix
This commit is contained in:
parent
54a3394559
commit
6cf15748c4
@ -78,6 +78,8 @@ export const AddToPlaylistDialog = () => {
|
|||||||
onClose={handleClickClose}
|
onClose={handleClickClose}
|
||||||
onBackdropClick={handleClickClose}
|
onBackdropClick={handleClickClose}
|
||||||
aria-labelledby="form-dialog-new-playlist"
|
aria-labelledby="form-dialog-new-playlist"
|
||||||
|
fullWidth={true}
|
||||||
|
maxWidth={'sm'}
|
||||||
>
|
>
|
||||||
<DialogTitle id="form-dialog-new-playlist">
|
<DialogTitle id="form-dialog-new-playlist">
|
||||||
{translate('resources.playlist.actions.selectPlaylist')}
|
{translate('resources.playlist.actions.selectPlaylist')}
|
||||||
|
@ -77,7 +77,7 @@ export const SelectPlaylistInput = ({ onChange }) => {
|
|||||||
return option.name
|
return option.name
|
||||||
}}
|
}}
|
||||||
renderOption={(option) => option.name}
|
renderOption={(option) => option.name}
|
||||||
style={{ width: 300 }}
|
style={{ width: '100%' }}
|
||||||
freeSolo
|
freeSolo
|
||||||
renderInput={(params) => (
|
renderInput={(params) => (
|
||||||
<TextField
|
<TextField
|
||||||
|
Loading…
x
Reference in New Issue
Block a user