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;