unused
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user