Commit 22fb1ae3 authored by yann300's avatar yann300

horizontal align editor & rightpanel

parent 5d8507f2
......@@ -67,7 +67,7 @@
border-bottom: 3px solid hsla(229, 100%, 97%, 1); /* backgroundBlue in style-guide.js*/
height: 2em;
font-size: 1em;
padding-top: 0.5em;
margin-top: 0.5em;
box-sizing: content-box;
display: flex;
}
......
......@@ -16,6 +16,8 @@ var css = csjs`
.tabsbar {
display : flex;
overflow : hidden;
height : 2em;
margin-top : 0.5em;
}
.tabs {
position : relative;
......@@ -34,7 +36,6 @@ var css = csjs`
height : 2.5em;
box-sizing : border-box;
line-height : 2em;
padding : 0.5em 0 0;
top : 0;
border-bottom : 0 none;
}
......@@ -77,14 +78,11 @@ var css = csjs`
z-index : 999;
text-align : center;
cursor : pointer;
padding : 0 0.9em;
vertical-align : middle;
background-color : ${styles.colors.white};
height : 100%;
font-size : 1.3em;
}
.scroller i {
line-height : 3em;
color : orange;
}
.scrollerright {
right : 0;
......@@ -95,7 +93,6 @@ var css = csjs`
}
.toggleRHP {
margin-top : 0.5em;
padding : 0.6em;
font-weight : bold;
color : ${styles.colors.black};
right : 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment