diff --git a/src/components/node/NodePanel/styles.scss b/src/components/node/NodePanel/styles.scss index 439b3751..a4904727 100644 --- a/src/components/node/NodePanel/styles.scss +++ b/src/components/node/NodePanel/styles.scss @@ -1,12 +1,13 @@ .wrap { - background: $node_title_background; + // background: $node_title_background; + background: $content_bg; padding: $gap; box-sizing: border-box; display: flex; align-items: center; justify-content: stretch; - border-radius: $cell_radius $cell_radius 0 0; - box-shadow: transparentize(white, 0.97) 0 1px, inset transparentize(white, 0.97) 0 1px; + border-radius: $radius $radius 0 0; + //box-shadow: transparentize(white, 0.97) 0 1px, inset transparentize(white, 0.97) 0 1px; position: relative; margin-top: -$radius; } diff --git a/src/containers/examples/ImageExample/styles.scss b/src/containers/examples/ImageExample/styles.scss index fffb6217..d69d0a32 100644 --- a/src/containers/examples/ImageExample/styles.scss +++ b/src/containers/examples/ImageExample/styles.scss @@ -28,6 +28,11 @@ display: flex; align-items: flex-start; justify-content: flex-start; + padding-left: $gap; + + @include tablet { + padding-left: 0; + } } .node {