From 2fe189fec3ce97fc847557ccdf2e850b10683522 Mon Sep 17 00:00:00 2001 From: maurofmferrao Date: Mon, 23 Sep 2024 15:31:39 +0100 Subject: [PATCH] Playlist Page: Top bar styled like the Editor topbar relates to xibosignage/xibo#3494 --- ui/src/style/layout-editor.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/style/layout-editor.scss b/ui/src/style/layout-editor.scss index 76c1b826e7..ede299a61d 100644 --- a/ui/src/style/layout-editor.scss +++ b/ui/src/style/layout-editor.scss @@ -40,7 +40,7 @@ body.editor-opened { } // Change top bar to match layout editor -.row.header.header-side { +body.editor-opened .row.header.header-side { position: relative; background-color: $xibo-color-neutral-0; @include box-shadow(0px 2px 2px $xibo-color-shadow); @@ -123,7 +123,7 @@ body.editor-opened { } /* Page content wrapper */ -#content-wrapper .page-content>.row { +body.editor-opened #content-wrapper .page-content>.row { >div { margin: 0; }