Update terminal-styles.js
@ -14,9 +14,11 @@ const css = csjs`
position: sticky;
top: 0;
z-index: 2;
margin-bottom: 0px;
}
.localPluginBtn {
margin-top: 10px;
margin-top: 15px;
margin-bottom: -25px;
.displayName {
text-transform: capitalize;
@ -56,7 +56,7 @@ class SwapPanelComponent {
render () {
this.view = yo`
<div id='plugins' class=${css.plugins} >
<div id='plugins' class=${css.plugins}>
</div>
`
this.header = yo`<header class="${css.swapitHeader}"><h6 class="${css.swapitTitle}"></h6></header>`
@ -6,8 +6,7 @@ var css = csjs`
display : flex;
flex-direction : column;
font-size : 12px;
height : 100%;
min-height : 1.7em;
min-height : 3em;
overflow : hidden;
.bar {
@ -20,6 +19,7 @@ var css = csjs`
align-items : center;
width : 100%;
max-height : 35px;
min-height : 35px;
.clear {
margin-right : 20px;
@ -17,6 +17,7 @@ let css = csjs`
text-decoration: underline;
.homeContainer {
height: 105%!important; /* @todo should be removed once swap_it and mainview will be separated */
user-select:none;
.jumbotronContainer {