[web] Fix width of all albums dialog
Fixes bug introduced in 1c0261bc5c
This commit is contained in:
@@ -44,6 +44,7 @@ export default function AllCollections(props: Iprops) {
|
||||
onClose={onClose}
|
||||
open={open}
|
||||
fullScreen={isMobile}
|
||||
fullWidth={true}
|
||||
>
|
||||
<AllCollectionsHeader
|
||||
isInHiddenSection={isInHiddenSection}
|
||||
|
||||
@@ -126,6 +126,7 @@ function CollectionSelector({
|
||||
open={props.open}
|
||||
position="center"
|
||||
fullScreen={isMobile}
|
||||
fullWidth={true}
|
||||
>
|
||||
<DialogTitleWithCloseButton onClose={onUserTriggeredClose}>
|
||||
{attributes.intent === CollectionSelectorIntent.upload
|
||||
|
||||
Reference in New Issue
Block a user