[web] Fix width of all albums dialog (#2691)

Fixes bug introduced in 1c0261bc5c
This commit is contained in:
Manav Rathi
2024-08-13 13:49:47 +05:30
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ export default function AllCollections(props: Iprops) {
onClose={onClose}
open={open}
fullScreen={isMobile}
fullWidth={true}
>
<AllCollectionsHeader
isInHiddenSection={isInHiddenSection}

View File

@@ -126,6 +126,7 @@ function CollectionSelector({
open={props.open}
position="center"
fullScreen={isMobile}
fullWidth={true}
>
<DialogTitleWithCloseButton onClose={onUserTriggeredClose}>
{attributes.intent === CollectionSelectorIntent.upload