From 7c5832bfd23e7eaa073223a6f87805f5520c8926 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Fri, 7 Jun 2024 22:56:34 -0400 Subject: [PATCH] Fixed metadata editor for 10.9.x --- CSS/scyfin-theme-backdrop.css | 9 ++++----- CSS/scyfin-theme.css | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CSS/scyfin-theme-backdrop.css b/CSS/scyfin-theme-backdrop.css index c6ba2c2..536a342 100644 --- a/CSS/scyfin-theme-backdrop.css +++ b/CSS/scyfin-theme-backdrop.css @@ -573,12 +573,11 @@ /* Metadata editor fixes */ -.editPageSidebar { - margin-left: 250px !important; - width: 20% !important; +.layout-desktop .editPageSidebar { + width: 25vw !important; } -.layout-desktop #editItemMetadataPage { - margin-left: 215px !important; +.layout-desktop .editPageInnerContent { + width: 74vw !important; } .jstree-default-large .jstree-node { line-height: 35px !important; diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index ac0a8e5..947a164 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -581,12 +581,11 @@ html, /* Metadata editor fixes */ -.editPageSidebar { - margin-left: 250px !important; - width: 20% !important; +.layout-desktop .editPageSidebar { + width: 25vw !important; } -.layout-desktop #editItemMetadataPage { - margin-left: 215px !important; +.layout-desktop .editPageInnerContent { + width: 74vw !important; } .jstree-default-large .jstree-node { line-height: 35px !important;