diff --git a/components/Facets/Facet/GenericFacet.styled.ts b/components/Facets/Facet/GenericFacet.styled.ts index 47be6fd6..9b4c2544 100644 --- a/components/Facets/Facet/GenericFacet.styled.ts +++ b/components/Facets/Facet/GenericFacet.styled.ts @@ -31,6 +31,7 @@ const Find = styled("div", { height: "40px", marginBottom: "1rem", borderRadius: "3px", + zIndex: "1", [`& ${FindInput}`]: { position: "relative", diff --git a/components/Facets/Filter/Filter.styled.ts b/components/Facets/Filter/Filter.styled.ts index 9ebacf03..5692fbe5 100644 --- a/components/Facets/Filter/Filter.styled.ts +++ b/components/Facets/Filter/Filter.styled.ts @@ -107,6 +107,10 @@ const FilterFooter = styled("footer", { justifyContent: "space-between", alignItems: "center", + "@sm": { + padding: "$gr2", + }, + button: { display: "flex", alignItems: "center", @@ -132,7 +136,8 @@ const FilterFooter = styled("footer", { }, "@sm": { - fontSize: "$gr3", + fontSize: "$gr2", + padding: "$gr2 $gr3", }, }, }); @@ -208,7 +213,7 @@ const FilterContent = styled(Dialog.Content, { right: 0, bottom: 0, overflowY: "auto", - zIndex: "2", + zIndex: "10", borderRadius: "3px", boxShadow: "5px 5px 11px #0003", @@ -227,8 +232,8 @@ const FilterContent = styled(Dialog.Content, { }, "@sm": { - width: "100vw", - height: "100vh", + width: "100%", + height: "100%", top: "0", left: "0", borderRadius: "0", diff --git a/components/Work/ActionsDialog/Find.tsx b/components/Work/ActionsDialog/Find.tsx index 1dda9a76..f186c5ee 100644 --- a/components/Work/ActionsDialog/Find.tsx +++ b/components/Work/ActionsDialog/Find.tsx @@ -29,7 +29,6 @@ const WorkDialogFind: React.FC = () => { ["Accession", accession_number], ["Box Name", box_name.join(", ")], ["Box Number", box_number.join(", ")], - ["Citation", "not on the API"], ["Folder Name", folder_name.join(", ")], ["Folder Number", folder_number.join(", ")], ]; diff --git a/lib/open-graph.ts b/lib/open-graph.ts index bc034e99..272cbb76 100644 --- a/lib/open-graph.ts +++ b/lib/open-graph.ts @@ -8,7 +8,7 @@ export const defaultOpenGraphImage = overviewThumbnails[0][0].id; export const defaultOpenGraphData: OpenGraphData = { "og:description": - "Enrich your research with primary sources. Explore millions of high-quality primary sources and images from around the world, including artworks, maps, photographs, and more.", + "Explore digital resources from the Northwestern University Library collections – including letters, photographs, diaries, maps, and audiovisual materials - as well as licensed art historical images for teaching and reference.", "og:image": defaultOpenGraphImage, "og:image:secure_url": defaultOpenGraphImage, "og:site_name": "Digital Collections - Libraries - Northwestern University",