From 94efdcd9b52abc6d6984783ce879bc05b30e74f2 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 4 Sep 2017 19:16:47 +0200 Subject: [PATCH] Small layout style fixes --- src/styles/_project.sass | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/styles/_project.sass b/src/styles/_project.sass index 156d3965..85ca9415 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -1044,13 +1044,15 @@ section.node-preview color: $color-warning margin-right: 10px - &.group, &.project - position: relative - &.group align-items: center display: flex padding: 20px + position: relative + + &.project + img + max-width: 100% section.node-details-container @@ -2352,10 +2354,6 @@ section.node-children +markdown-preview-container - margin: - left: -20px - right: -20px - padding: top: 20px left: 0 @@ -2365,7 +2363,6 @@ section.node-children content: 'Live Preview' position: absolute top: -25px - left: 20px font-size: .7em color: $color-text-dark-secondary transition: color 150ms ease-in-out @@ -2374,7 +2371,7 @@ section.node-children content: 'Markdown Supported' position: absolute top: -25px - right: 20px + right: 0 font-size: .7em color: $color-text-dark-hint transition: color 150ms ease-in-out