diff --git a/src/components/node/NodePanel/styles.scss b/src/components/node/NodePanel/styles.scss index 009c0832..6b4e79dc 100644 --- a/src/components/node/NodePanel/styles.scss +++ b/src/components/node/NodePanel/styles.scss @@ -1,5 +1,5 @@ .place { - height: 72px; + // height: 72px; position: relative; z-index: 3; margin-top: -$radius; diff --git a/src/components/node/NodePanelInner/styles.scss b/src/components/node/NodePanelInner/styles.scss index f78b67a4..098adc38 100644 --- a/src/components/node/NodePanelInner/styles.scss +++ b/src/components/node/NodePanelInner/styles.scss @@ -3,7 +3,7 @@ align-items: center; justify-content: stretch; position: relative; - height: 72px; + // height: 72px; width: 100%; flex-direction: row; align-items: center; @@ -24,13 +24,13 @@ .content { flex: 0 1 $content_width; display: flex; - align-items: center; + align-items: flex-start; justify-content: stretch; border-radius: $radius $radius 0 0; box-sizing: border-box; padding: $gap; background: $node_bg; - height: 72px; + // height: 72px; @include outer_shadow(); @@ -47,7 +47,7 @@ .title { text-transform: uppercase; font: $font_24_semibold; - height: 24px; + // height: 24px; padding-bottom: 6px; } @@ -77,6 +77,7 @@ flex-direction: row; align-items: center; justify-content: center; + margin-top: 10px; & > * { margin: 0 $gap;