Skip to content

Commit

Permalink
Playlist Page: Top bar styled like the Editor topbar (#2743)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Sep 27, 2024
1 parent 92d8b78 commit 34a8be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/style/layout-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 34a8be1

Please sign in to comment.