From 9a9c242b7b9fa8c53ded3409a242b7f5c2304223 Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 18 Jun 2025 12:04:32 -0300 Subject: [PATCH] conflict cleanup --- css/components/islandora_mods.css | 2 ++ js/mirador-mods.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 6e99981..e7ad895 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,4 @@ +/* .mirador33 span.MuiIconButton-label:before { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%232b353b' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E"); /*fill:blue; */ @@ -10,6 +11,7 @@ .mirador33 { width:2em !important; } +*/ .paragraph--type--contributor { display: flex; .field { diff --git a/js/mirador-mods.js b/js/mirador-mods.js index c321dfd..00f4964 100755 --- a/js/mirador-mods.js +++ b/js/mirador-mods.js @@ -16,8 +16,8 @@ window.addEventListener("load", (event) => { searchPanelToggle.setAttribute("aria-label", "Expand sidebar"); searchPanelToggle.setAttribute("title", "Expand sidebar"); -// searchPanelIcon.style.fontSize = "2.7em"; -// searchPanelIcon.style.marginTop = "21px"; + searchPanelIcon.style.fontSize = "2.7em"; + searchPanelIcon.style.marginTop = "21px"; //fake click searchPanelToggle.click();