Skip to content

Commit

Permalink
Merge remote-tracking branch 'nypl/master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed May 5, 2021
2 parents c14a491 + cd4cfa0 commit d3bdb5a
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 29 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### v0.4.40

#### Fixed

- Fixed another footer placement bug.

### v0.4.39

#### Updated

- Upgraded to v1.3.18 of the reusable components package.

### v0.4.38

#### Fixed
Expand Down
77 changes: 51 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplified-circulation-web",
"version": "0.4.38",
"version": "0.4.40",
"description": "Web Front-end for Library Simplified Circulation Manager Admin Interface",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"draft-js": "0.11.2",
"font-awesome": "^4.6.3",
"isomorphic-fetch": "^2.2.1",
"library-simplified-reusable-components": "1.3.16",
"library-simplified-reusable-components": "1.3.18",
"numeral": "^2.0.6",
"opds-feed-parser": "0.0.17",
"opds-web-client": "^0.4.2",
Expand Down
1 change: 1 addition & 0 deletions src/stylesheets/config_tab_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ $dangercolor: #D9534F;
}
}
}

}
6 changes: 5 additions & 1 deletion src/stylesheets/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ footer {
z-index: 1;
position: absolute;
bottom: 0;
height: 56px;
height: 56px;
p {
margin: 2px 0;
a, a:visited, a:link {
Expand All @@ -20,3 +20,7 @@ footer {
}
}
}

.config footer {
position: relative;
}

0 comments on commit d3bdb5a

Please sign in to comment.