From 1cc3e79db98c035bba47fd46ca68fdc8aa1a7ad9 Mon Sep 17 00:00:00 2001 From: Mikhail Koltsov Date: Wed, 19 Mar 2014 01:21:11 +0400 Subject: [PATCH] fixed thang editor appearance: components view was overlapping with tabs. Now looks neat, but still unclickable. --- app/styles/editor/components/main.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/editor/components/main.sass b/app/styles/editor/components/main.sass index d1c678e18..7efde9cfd 100644 --- a/app/styles/editor/components/main.sass +++ b/app/styles/editor/components/main.sass @@ -7,7 +7,7 @@ .column position: absolute - top: 0 + top: 70px bottom: 0 padding: 5px box-sizing: border-box @@ -20,7 +20,7 @@ .treema position: absolute - top: 70px + top: 100px left: 0 right: 10px bottom: 0 @@ -32,7 +32,7 @@ .treema position: absolute - top: 70px + top: 100px left: 10px right: 0px bottom: 0