From f9697d40bced6d70b417237d0e7bbabe700de4ec Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 30 Nov 2016 12:00:40 +0530 Subject: [PATCH] ui fix for app init screen. --- src/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index bc10ae2..7283ac3 100644 --- a/src/index.html +++ b/src/index.html @@ -98,12 +98,14 @@ .code-side { display: flex; flex-direction: column; + width: 50%; } .layout-2 .content-wrap { flex-direction: column; } .layout-2 .code-side { flex-direction: row; + width: auto; } .code-wrap { display: flex; @@ -112,6 +114,7 @@ height: 33%; overflow: hidden; position: relative; + background: #272822; transition: height 0.30s ease, width 0.30s ease; will-change: height; /*animation: pop-in 0.4s cubic-bezier(.71,1.7,.77,1.24) forwards 0.2s;*/ @@ -141,7 +144,7 @@ justify-content: space-between; align-items: center; padding: 5px 10px; - background: rgba(0,0,0,0.55); + background: rgba(0,0,0,0.25); color: #888; border-bottom: 1px solid rgba(0,0,0,0.3); font-weight: bold;