From 277904c5d6e5485e592662a3145cd5375ac53e4f Mon Sep 17 00:00:00 2001 From: Richard Higgins Date: Fri, 21 Aug 2026 15:58:06 -0400 Subject: [PATCH] Tighten up vertical spacing more-less button --- app/assets/stylesheets/_contents.scss | 4 ++++ app/assets/stylesheets/_search_results.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_contents.scss b/app/assets/stylesheets/_contents.scss index 26407b2..76d02b7 100644 --- a/app/assets/stylesheets/_contents.scss +++ b/app/assets/stylesheets/_contents.scss @@ -22,6 +22,10 @@ margin-bottom: 1rem; } +.al-document-abstract-or-scope { + margin-bottom: 0.5rem; +} + .blended { color: var.$color-neutral-100; opacity: 0.0; diff --git a/app/assets/stylesheets/_search_results.scss b/app/assets/stylesheets/_search_results.scss index b44de36..ab70d9a 100644 --- a/app/assets/stylesheets/_search_results.scss +++ b/app/assets/stylesheets/_search_results.scss @@ -215,7 +215,7 @@ article.document .blacklight-icons.blacklight-icons-online { .al-document-abstract-or-scope.truncator button { color: var.$color-teal-400; float: right; - margin-top: 1.5rem; + margin-top: 0.5rem; font-size: 16px; font-weight: 400; }