Skip to content

Commit

Permalink
Merge pull request #228 from nulib/deploy/staging
Browse files Browse the repository at this point in the history
Post launch fixes.
  • Loading branch information
mathewjordan authored Feb 8, 2023
2 parents c09d129 + 1a1b340 commit 1cb43b4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions components/Facets/Facet/GenericFacet.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const Find = styled("div", {
height: "40px",
marginBottom: "1rem",
borderRadius: "3px",
zIndex: "1",

[`& ${FindInput}`]: {
position: "relative",
Expand Down
13 changes: 9 additions & 4 deletions components/Facets/Filter/Filter.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ const FilterFooter = styled("footer", {
justifyContent: "space-between",
alignItems: "center",

"@sm": {
padding: "$gr2",
},

button: {
display: "flex",
alignItems: "center",
Expand All @@ -132,7 +136,8 @@ const FilterFooter = styled("footer", {
},

"@sm": {
fontSize: "$gr3",
fontSize: "$gr2",
padding: "$gr2 $gr3",
},
},
});
Expand Down Expand Up @@ -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",

Expand All @@ -227,8 +232,8 @@ const FilterContent = styled(Dialog.Content, {
},

"@sm": {
width: "100vw",
height: "100vh",
width: "100%",
height: "100%",
top: "0",
left: "0",
borderRadius: "0",
Expand Down
1 change: 0 additions & 1 deletion components/Work/ActionsDialog/Find.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(", ")],
];
Expand Down
2 changes: 1 addition & 1 deletion lib/open-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1cb43b4

Please sign in to comment.