From c72a44f4e8f4d8b4ebf403b757bd5513e82d9bb5 Mon Sep 17 00:00:00 2001 From: Dylan Hillerbrand Date: Fri, 15 Sep 2023 17:29:58 -0400 Subject: [PATCH 1/2] Add divline only if full text available --- .../js/app/manuscript-detail/folio/chant-record.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html b/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html index f0615e8c..c6d0d697 100644 --- a/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html +++ b/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html @@ -34,8 +34,8 @@ <% if (finalis) { %>

Finalis: <%= finalis %>

<% } %> -
<% if (full_text) { %> +
Full Text
<%= full_text %> <% } %> From 0f6aa6acd6e02250d1eb650f2eee5b82b2a7ca6f Mon Sep 17 00:00:00 2001 From: Dylan Hillerbrand Date: Mon, 18 Sep 2023 13:28:18 -0400 Subject: [PATCH 2/2] Keep div line after modal header stationary --- nginx/public/node/frontend/public/css/styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/public/node/frontend/public/css/styles.scss b/nginx/public/node/frontend/public/css/styles.scss index 373a96ae..d84ae1e0 100644 --- a/nginx/public/node/frontend/public/css/styles.scss +++ b/nginx/public/node/frontend/public/css/styles.scss @@ -334,6 +334,9 @@ body.propagate-height { .modal-content { height: 100%; } +.modal-header{ + min-height:auto; +} #manuscript-data-container { // Relative-position the container so that percentage-based dimensions are calculated relative to it