1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-22 10:13:41 +02:00

ui fix for app init screen.

This commit is contained in:
Kushagra Gour 2016-11-30 12:00:40 +05:30
parent 7f7ec914e6
commit f9697d40bc

View File

@ -98,12 +98,14 @@
.code-side { .code-side {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 50%;
} }
.layout-2 .content-wrap { .layout-2 .content-wrap {
flex-direction: column; flex-direction: column;
} }
.layout-2 .code-side { .layout-2 .code-side {
flex-direction: row; flex-direction: row;
width: auto;
} }
.code-wrap { .code-wrap {
display: flex; display: flex;
@ -112,6 +114,7 @@
height: 33%; height: 33%;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
background: #272822;
transition: height 0.30s ease, width 0.30s ease; transition: height 0.30s ease, width 0.30s ease;
will-change: height; will-change: height;
/*animation: pop-in 0.4s cubic-bezier(.71,1.7,.77,1.24) forwards 0.2s;*/ /*animation: pop-in 0.4s cubic-bezier(.71,1.7,.77,1.24) forwards 0.2s;*/
@ -141,7 +144,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 5px 10px; padding: 5px 10px;
background: rgba(0,0,0,0.55); background: rgba(0,0,0,0.25);
color: #888; color: #888;
border-bottom: 1px solid rgba(0,0,0,0.3); border-bottom: 1px solid rgba(0,0,0,0.3);
font-weight: bold; font-weight: bold;