This commit is contained in:
Manav Rathi
2024-09-24 15:13:24 +05:30
parent 9ac05bc873
commit be2b01f722
2 changed files with 2 additions and 10 deletions

View File

@@ -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<CollectionsProps> = ({
shouldHide,
mode,

View File

@@ -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(