reduce bottom margin of colletion info bar

This commit is contained in:
Abhinav 2022-06-21 11:11:46 +05:30
parent da9d0dcf39
commit b820c4c2ca
3 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ export default function Collections(props: Iprops) {
/>
),
itemType: ITEM_TYPE.STATIC,
height: 80,
height: 68,
}),
[collectionSummaries, activeCollectionID, shouldBeHidden]
);

View file

@ -17,7 +17,7 @@ export const CollectionListBarWrapper = styled(Box)`
export const CollectionInfoBarWrapper = styled(Box)`
width: 100%;
margin-bottom: 24px;
margin-bottom: 12px;
`;
export const ScrollContainer = styled('div')`

View file

@ -310,7 +310,7 @@ export default function Gallery() {
useEffect(() => {
if (isInSearchMode && searchResultSummary) {
setPhotoListHeader({
height: 116,
height: 104,
item: (
<SearchResultInfo
searchResultSummary={searchResultSummary}