From 043a73ed7102aa8cd7d5e21e0c814fd5f4a12da6 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 6 Mar 2026 14:22:15 +0000 Subject: [PATCH 1/8] work on Library Links --- groups/home/bootstrap5/home1.html | 37 ++++++++++++++++++------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/groups/home/bootstrap5/home1.html b/groups/home/bootstrap5/home1.html index afb35e0..de26547 100644 --- a/groups/home/bootstrap5/home1.html +++ b/groups/home/bootstrap5/home1.html @@ -164,22 +164,22 @@
@@ -233,14 +249,6 @@ -
  • - - Leisure Reading Collection - -
  • @@ -389,5 +397,4 @@ type="text/javascript" src="https://libapps.s3.amazonaws.com/sites/2365/include/home1.js" > - - + \ No newline at end of file From 91235939ee22fb1f279acec14dc36f6d10ed24a4 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 6 Mar 2026 14:33:52 +0000 Subject: [PATCH 2/8] more updates to Library Links --- groups/home/bootstrap5/home1.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/groups/home/bootstrap5/home1.html b/groups/home/bootstrap5/home1.html index de26547..d28f98b 100644 --- a/groups/home/bootstrap5/home1.html +++ b/groups/home/bootstrap5/home1.html @@ -196,20 +196,12 @@ Comic Books & Graphic Novels -
  • - - Leisure Reading Collection - -
  • - Overdrive + Ebooks and Audiobooks on Libby
  • @@ -249,6 +241,14 @@ +
  • + + Leisure Reading Collection + +
  • From 8feb832dfa16ef91efebc409ccd7aa0fae57293c Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 1 Apr 2026 13:28:49 +0000 Subject: [PATCH 3/8] move #main-content reference --- groups/home/bootstrap5/home1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/groups/home/bootstrap5/home1.js b/groups/home/bootstrap5/home1.js index 26cff0d..b25c983 100644 --- a/groups/home/bootstrap5/home1.js +++ b/groups/home/bootstrap5/home1.js @@ -117,6 +117,7 @@ const onesearchComponent = { action="https://cuny-kb.primo.exlibrisgroup.com/discovery/search" enctype="application/x-www-form-urlencoded; charset=utf-8" aria-label="Search the library catalog" + id="main-content" > From 7ec70eabffc160774a94696923b0e16f64131cf9 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 1 Apr 2026 20:28:13 +0000 Subject: [PATCH 4/8] update system wide CSS --- misc/system-wide-js-css.html | 175 +++++++---------------------------- 1 file changed, 34 insertions(+), 141 deletions(-) diff --git a/misc/system-wide-js-css.html b/misc/system-wide-js-css.html index 31063b6..23bc4e3 100644 --- a/misc/system-wide-js-css.html +++ b/misc/system-wide-js-css.html @@ -1,124 +1,4 @@ - - - - - - - +/* tighten up elements at the top of the AtoZ */ +#s-lib-public-header-desc { margin-top: -30px; } +#s-lib-public-main-searchbar { margin-top: -20px; } - - + + \ No newline at end of file From d55082e081e0d14cf52c46a2aadd252398b49145 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 1 Apr 2026 20:29:09 +0000 Subject: [PATCH 5/8] remove js, rename to .css --- misc/{system-wide-js-css.html => system-wide.css} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename misc/{system-wide-js-css.html => system-wide.css} (100%) diff --git a/misc/system-wide-js-css.html b/misc/system-wide.css similarity index 100% rename from misc/system-wide-js-css.html rename to misc/system-wide.css From 38dccc30a9ac83229b87354115b8c635031e1686 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 2 Apr 2026 12:19:17 +0000 Subject: [PATCH 6/8] fix problem with banner not being centered on keyboard navigation --- misc/system-wide.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/misc/system-wide.css b/misc/system-wide.css index 23bc4e3..6fd3b0d 100644 --- a/misc/system-wide.css +++ b/misc/system-wide.css @@ -1,6 +1,6 @@ \ No newline at end of file From 42379211ac97027f7f6f56902b39064419714f20 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Apr 2026 09:26:11 -0400 Subject: [PATCH 8/8] Update dependency prettier to v3.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7c2ff8..6213f3a 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "eslint-config-prettier": "^10.0.0", "eslint-plugin-vue": "^10.0.0", "globals": "^17.3.0", - "prettier": "3.8.1" + "prettier": "3.8.2" } }