diff --git a/web/apps/photos/src/components/Collections/index.tsx b/web/apps/photos/src/components/Collections/index.tsx index 8152d061e4..f00ca653f6 100644 --- a/web/apps/photos/src/components/Collections/index.tsx +++ b/web/apps/photos/src/components/Collections/index.tsx @@ -65,7 +65,8 @@ type CollectionsProps = Omit< * and state for any associated dialogs that might be triggered by actions on * the bar. */ -// TODO-Cluster Rename me to GalleryBar and subsume GalleryBarImpl +// TODO-Cluster - Rename me to GalleryBar and subsume GalleryBarImpl - Or rename +// to GalleryBarAndHeader. export const Collections: React.FC = ({ shouldHide, mode, diff --git a/web/apps/photos/src/components/Collections/styledComponents.ts b/web/apps/photos/src/components/Collections/styledComponents.ts index d6b7e1e9c0..8621f8fd4f 100644 --- a/web/apps/photos/src/components/Collections/styledComponents.ts +++ b/web/apps/photos/src/components/Collections/styledComponents.ts @@ -1,15 +1,6 @@ import { Overlay } from "@ente/shared/components/Container"; import { styled } from "@mui/material"; -export const ScrollContainer = styled("div")` - width: 100%; - height: 120px; - overflow: auto; - scroll-behavior: smooth; - display: flex; - gap: 4px; -`; - export const AllCollectionTileText = styled(Overlay)` padding: 8px; background: linear-gradient(