From ffa3a6ec6a79c17461bd03797f371d0c1a0906d5 Mon Sep 17 00:00:00 2001 From: rdrew Date: Fri, 27 Mar 2026 14:34:07 -0300 Subject: [PATCH] sidebars --- css/components/islandora_mods.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 142601b..87dde03 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -469,7 +469,18 @@ form#views-exposed-form-newspaper-directory-page-1 { /* ============================================================ CITATION / BIBLIOGRAPHY ============================================================ */ - +@media (max-width: 1000px) { + /* styles here */ + div#edit-container-citation { + display: block; + } + .region--content { + display: block; + } + .region--content-below:has(.block-citation-select) { + margin: 0; + } +} div#edit-citation-info { margin-right: var(--sp1); }